typo in comment

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

View File

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