Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/printf/vsnprintf.c

    r1724745f r98000fb  
    100100        }
    101101       
    102         /* Buffer is big enough to print the whole string */
     102        /* Buffer is big enought to print the whole string */
    103103        memcpy((void *)(data->dst + data->len), (void *) str, size);
    104104        data->len += size;
Note: See TracChangeset for help on using the changeset viewer.