system/trace/trace_dump.c: Fix typo in a comment (NUL -> NULL).

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
This commit is contained in:
Abdelatif Guettouche 2021-11-15 16:48:15 +01:00 committed by Xiang Xiao
parent 16accc17bf
commit c26c4009d9

View File

@ -85,7 +85,7 @@ struct trace_dump_task_context_s
FAR struct trace_dump_task_context_s *next;
pid_t pid; /* Task PID */
int syscall_nest; /* Syscall nest level */
char name[CONFIG_TASK_NAME_SIZE + 1]; /* Task name (with NUL terminator) */
char name[CONFIG_TASK_NAME_SIZE + 1]; /* Task name (with NULL terminator) */
};
struct trace_dump_context_s