]> Git Repo - linux.git/commitdiff
tracing: Fix 'faild' -> 'failed' typo
authorJoe Perches <[email protected]>
Fri, 22 Oct 2010 05:17:19 +0000 (22:17 -0700)
committerIngo Molnar <[email protected]>
Sat, 23 Oct 2010 18:06:38 +0000 (20:06 +0200)
Signed-off-by: Joe Perches <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Jiri Kosina <[email protected]>
LKML-Reference: <cd9855af60d7d90e9f55fc7afd0ed23fcdaa6f52.1287724261[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
kernel/trace/trace_kprobe.c

index 544301d29dee45b0dc089db788bcfe89687bfa45..b8d2852baa4abe7368e0aa50c294cc6a6137855a 100644 (file)
@@ -648,7 +648,7 @@ static int register_trace_probe(struct trace_probe *tp)
        }
        ret = register_probe_event(tp);
        if (ret) {
-               pr_warning("Faild to register probe event(%d)\n", ret);
+               pr_warning("Failed to register probe event(%d)\n", ret);
                goto end;
        }
 
This page took 0.056163 seconds and 4 git commands to generate.