From 75c287e38304dd8431a515dd403196d5a33cf123 Mon Sep 17 00:00:00 2001 From: philipel Date: Tue, 16 Aug 2016 06:38:15 -0700 Subject: [PATCH] Fix incorrect example in mod_ops.h TBR=mflodman@webrtc.org NOTRY=True BUG= Review-Url: https://codereview.webrtc.org/2247253003 Cr-Commit-Position: refs/heads/master@{#13783} --- webrtc/base/mod_ops.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/base/mod_ops.h b/webrtc/base/mod_ops.h index 74bd905fd5..7ce100ec60 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 // #################################################