Skip to content
Snippets Groups Projects
Commit 360603a1 authored by Steven Rostedt's avatar Steven Rostedt Committed by Jiri Kosina
Browse files

sprintf: hex_string(): fix comment


hex_string() had a typo in a comment.

Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent a7d4e022
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment