Fix typo in SafeClamp docs

Bug: none
Notry: true
Change-Id: Ib7c6a74207d1ba6f8300fdae2ec88d9493c1f310
Reviewed-on: https://webrtc-review.googlesource.com/c/120561
Commit-Queue: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#26466}
This commit is contained in:
Karl Wiberg 2019-01-30 10:56:33 +01:00 committed by Commit Bot
parent 358c99a66c
commit 15df2ef2c0

View file

@ -42,7 +42,7 @@
// //
// 2. is no larger than the largest of the three argument types; and // 2. is no larger than the largest of the three argument types; and
// //
// 3. has the same signedness as the type of the third argument, if this is // 3. has the same signedness as the type of the first argument, if this is
// possible without violating the First or Second Law. // possible without violating the First or Second Law.
// //
// There is always at least one type that meets criteria 1 and 2. If more than // There is always at least one type that meets criteria 1 and 2. If more than