typo in comment

This commit is contained in:
rusefi 2019-09-23 01:39:04 -04:00
parent cb02926c89
commit c3eb05358f
1 changed files with 1 additions and 1 deletions

View File

@ -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;