diff options
Diffstat (limited to 'tools/lib/traceevent/event-parse-local.h')
-rw-r--r-- | tools/lib/traceevent/event-parse-local.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lib/traceevent/event-parse-local.h b/tools/lib/traceevent/event-parse-local.h index e71296a62236..d805a920af6f 100644 --- a/tools/lib/traceevent/event-parse-local.h +++ b/tools/lib/traceevent/event-parse-local.h @@ -86,7 +86,7 @@ struct tep_handle { }; enum tep_print_parse_type { - PRINT_FMT_STING, + PRINT_FMT_STRING, PRINT_FMT_ARG_DIGIT, PRINT_FMT_ARG_POINTER, PRINT_FMT_ARG_STRING, |