]> Git Repo - linux.git/commitdiff
tracing: Fix typo of info text in trace_kprobe.c
authorWenji Huang <[email protected]>
Wed, 24 Feb 2010 07:40:23 +0000 (15:40 +0800)
committerSteven Rostedt <[email protected]>
Thu, 25 Feb 2010 15:36:29 +0000 (10:36 -0500)
Signed-off-by: Wenji Huang <[email protected]>
LKML-Reference: <1266997226[email protected]>
Signed-off-by: Steven Rostedt <[email protected]>
kernel/trace/trace_kprobe.c

index c99029916c76365c5a0f014509ba71d92b8d14b3..8d4bd16d6f7013d8671ea323790e6d7ed0176363 100644 (file)
@@ -651,12 +651,12 @@ static int create_trace_probe(int argc, char **argv)
                        event = strchr(group, '/') + 1;
                        event[-1] = '\0';
                        if (strlen(group) == 0) {
-                               pr_info("Group name is not specifiled\n");
+                               pr_info("Group name is not specified\n");
                                return -EINVAL;
                        }
                }
                if (strlen(event) == 0) {
-                       pr_info("Event name is not specifiled\n");
+                       pr_info("Event name is not specified\n");
                        return -EINVAL;
                }
        }
This page took 0.056773 seconds and 4 git commands to generate.