Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Unified Diff: webrtc/base/mod_ops.h

Issue 2247253003: Fix incorrect example in mod_ops.h (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/mod_ops.h
diff --git a/webrtc/base/mod_ops.h b/webrtc/base/mod_ops.h
index 74bd905fd528f35bb9dd91d7bbb64955cbe29eb4..7ce100ec60532b7564829182e35e7e970d1799f6 100644
--- a/webrtc/base/mod_ops.h
+++ b/webrtc/base/mod_ops.h
@@ -43,7 +43,7 @@ inline unsigned long Subtract(unsigned long a, unsigned long b) { // NOLINT
// uint8_t x = 253;
// uint8_t y = 2;
//
-// ForwardDiff(x, y) == 4
+// ForwardDiff(x, y) == 5
//
// 252 253 254 255 0 1 2 3
// #################################################
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698