From 15df2ef2c0e0132cbd28c62ab02b80819d94572c Mon Sep 17 00:00:00 2001 From: Karl Wiberg Date: Wed, 30 Jan 2019 10:56:33 +0100 Subject: [PATCH] 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 Reviewed-by: Niels Moller Cr-Commit-Position: refs/heads/master@{#26466} --- rtc_base/numerics/safe_minmax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtc_base/numerics/safe_minmax.h b/rtc_base/numerics/safe_minmax.h index 8d00afbebd..6c41dfd617 100644 --- a/rtc_base/numerics/safe_minmax.h +++ b/rtc_base/numerics/safe_minmax.h @@ -42,7 +42,7 @@ // // 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. // // There is always at least one type that meets criteria 1 and 2. If more than