mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +00:00
Correct more typos (#500)
This commit is contained in:
parent
8b469389f6
commit
d4000bb8f7
30 changed files with 39 additions and 39 deletions
|
@ -606,7 +606,7 @@ BENCH(memcmp, bench) {
|
|||
volatile char *copy = gc(strdup(kHyperion));
|
||||
EZBENCH2("memcmp big", donothing,
|
||||
EXPROPRIATE(memcmp(kHyperion, copy, kHyperionSize)));
|
||||
copy = gc(strdup("tought little ship"));
|
||||
copy = gc(strdup("tough little ship"));
|
||||
EZBENCH2("memcmp 19", donothing,
|
||||
EXPROPRIATE(memcmp("tought little ship", copy, 19)));
|
||||
EXPROPRIATE(memcmp("tough little ship", copy, 19)));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue