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}
diff --git a/rtc_base/numerics/safe_minmax.h b/rtc_base/numerics/safe_minmax.h
index 8d00afb..6c41dfd 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