typo in comment
This commit is contained in:
parent
b66f3a8229
commit
712eca7b15
|
@ -130,7 +130,7 @@ int atoi(const char *string) {
|
|||
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) {
|
||||
int i;
|
||||
|
|
Loading…
Reference in New Issue