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:
parent
a06ce499d6
commit
75c287e383
@ -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
|
||||
// #################################################
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user