]> Pileus Git - ~andy/linux/blobdiff - lib/vsprintf.c
sprintf: hex_string(): fix comment
[~andy/linux] / lib / vsprintf.c
index e149c6416384a2a335783f0db538e030e90e6e69..7d8467645d2e49d24f6264a0a1ac62822469b31d 100644 (file)
@@ -670,7 +670,7 @@ static noinline_for_stack
 char *hex_string(char *buf, char *end, u8 *addr, struct printf_spec spec,
                 const char *fmt)
 {
-       int i, len = 1;         /* if we pass '%ph[CDN]', field witdh remains
+       int i, len = 1;         /* if we pass '%ph[CDN]', field width remains
                                   negative value, fallback to the default */
        char separator;