From c26c4009d90c810ffe4723db26735f4fbef972de Mon Sep 17 00:00:00 2001 From: Abdelatif Guettouche Date: Mon, 15 Nov 2021 16:48:15 +0100 Subject: [PATCH] system/trace/trace_dump.c: Fix typo in a comment (NUL -> NULL). Signed-off-by: Abdelatif Guettouche --- system/trace/trace_dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/trace/trace_dump.c b/system/trace/trace_dump.c index a4207249c..897bbdf94 100644 --- a/system/trace/trace_dump.c +++ b/system/trace/trace_dump.c @@ -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