Fixing typo.

This commit is contained in:
Daniel Lemire 2020-04-20 18:19:38 -04:00
parent 121615da70
commit 3c1b403c4e
1 changed files with 1 additions and 1 deletions

View File

@ -312,7 +312,7 @@ inline size_t codepoint_to_utf8(uint32_t cp, uint8_t *c) {
// The following code is used in number parsing. It is not
// properly "char utils" stuff, but we move it here so that
// it does not get copied multiple times in the binaries (once
// per instructin set).
// per instruction set).
///