llist: fix/simplify llist_add() and llist_add_batch()
[platform/adaptation/renesas_rcar/renesas_kernel.git] / lib / vsprintf.c
index e149c64..7d84676 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;