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}
This commit is contained in:
philipel 2016-08-16 06:38:15 -07:00 committed by Commit bot
parent a06ce499d6
commit 75c287e383

View File

@ -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
// #################################################