tracing: fix typos in comments
Impact: clean up. Fix typos in the comments. Signed-off-by: Wenji Huang <wenji.huang@oracle.com> Signed-off-by: Steven Rostedt <srostedt@redhat.com>
This commit is contained in:

committed by
Steven Rostedt

parent
810dc73265
commit
c3706f005c
@@ -1963,7 +1963,7 @@ tracing_trace_options_read(struct file *filp, char __user *ubuf,
|
||||
struct tracer_opt *trace_opts = current_trace->flags->opts;
|
||||
|
||||
|
||||
/* calulate max size */
|
||||
/* calculate max size */
|
||||
for (i = 0; trace_options[i]; i++) {
|
||||
len += strlen(trace_options[i]);
|
||||
len += 3; /* "no" and space */
|
||||
|
Reference in New Issue
Block a user