diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-03-15 17:10:22 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-03-15 17:10:22 -0700 |
commit | 314a0b90f1e0cacd8400dbc994818d3a32fc493c (patch) | |
tree | 2f11dd71d505e48012e7df8e55ce9c10850db140 /src/library.js | |
parent | 27d1a249622d33ab8aff2814d13569507336873b (diff) |
mark UTF_STRING_SUPPORT as an unsafe but useful opt, in -O3
Diffstat (limited to 'src/library.js')
-rw-r--r-- | src/library.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library.js b/src/library.js index 45187d8d..18f4702c 100644 --- a/src/library.js +++ b/src/library.js @@ -2638,7 +2638,7 @@ LibraryManager.library = { } return fields; }, - // Performs prtinf-style formatting. + // Performs printf-style formatting. // format: A pointer to the format string. // varargs: A pointer to the start of the arguments list. // Returns the resulting string string as a character array. |