diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-12-30 18:46:18 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2017-12-30 18:46:18 -0200 |
| commit | a9295a2b8ebca6bb7071c4424fd318afa33ebb9e (patch) | |
| tree | 545d4d4a72395d20482aae568869c7a96dfdff79 /luaconf.h | |
| parent | c6fedc92f8b1c3e73d835f7641bffe4b199f0dd1 (diff) | |
| download | lua-a9295a2b8ebca6bb7071c4424fd318afa33ebb9e.tar.gz lua-a9295a2b8ebca6bb7071c4424fd318afa33ebb9e.tar.bz2 lua-a9295a2b8ebca6bb7071c4424fd318afa33ebb9e.zip | |
typos in comments
Diffstat (limited to 'luaconf.h')
| -rw-r--r-- | luaconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: luaconf.h,v 1.261 2017/04/24 18:06:12 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.262 2017/12/07 18:53:33 roberto Exp roberto $ |
| 3 | ** Configuration file for Lua | 3 | ** Configuration file for Lua |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -610,7 +610,7 @@ | |||
| 610 | 610 | ||
| 611 | 611 | ||
| 612 | /* | 612 | /* |
| 613 | @@ lua_strx2number converts an hexadecimal numeric string to a number. | 613 | @@ lua_strx2number converts a hexadecimal numeric string to a number. |
| 614 | ** In C99, 'strtod' does that conversion. Otherwise, you can | 614 | ** In C99, 'strtod' does that conversion. Otherwise, you can |
| 615 | ** leave 'lua_strx2number' undefined and Lua will provide its own | 615 | ** leave 'lua_strx2number' undefined and Lua will provide its own |
| 616 | ** implementation. | 616 | ** implementation. |
| @@ -628,7 +628,7 @@ | |||
| 628 | 628 | ||
| 629 | 629 | ||
| 630 | /* | 630 | /* |
| 631 | @@ lua_number2strx converts a float to an hexadecimal numeric string. | 631 | @@ lua_number2strx converts a float to a hexadecimal numeric string. |
| 632 | ** In C99, 'sprintf' (with format specifiers '%a'/'%A') does that. | 632 | ** In C99, 'sprintf' (with format specifiers '%a'/'%A') does that. |
| 633 | ** Otherwise, you can leave 'lua_number2strx' undefined and Lua will | 633 | ** Otherwise, you can leave 'lua_number2strx' undefined and Lua will |
| 634 | ** provide its own implementation. | 634 | ** provide its own implementation. |
