typo in comment
This commit is contained in:
parent
cb02926c89
commit
c3eb05358f
|
@ -130,7 +130,7 @@ int atoi(const char *string) {
|
||||||
static char todofixthismesswithcopy[100];
|
static char todofixthismesswithcopy[100];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* WARNING: due to implementation details specifid buffer should be at least size of '_MAX_FILLER'
|
* WARNING: due to implementation details specific buffer should be at least size of '_MAX_FILLER'
|
||||||
*/
|
*/
|
||||||
static char *ltoa_internal(char *p, long num, unsigned radix) {
|
static char *ltoa_internal(char *p, long num, unsigned radix) {
|
||||||
int i;
|
int i;
|
||||||
|
|
Loading…
Reference in New Issue