diff options
author | Adam Buchbinder <adam.buchbinder@gmail.com> | 2009-12-18 15:40:42 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-02-05 06:22:30 -0500 |
commit | c9404c9c392d557a4687c4cbda022b03cb787ce9 (patch) | |
tree | 1633e9e8d6a3f955297affd2c3304bdbb670a73c /arch | |
parent | 634bad68bc25753816594ecd390dcea980528315 (diff) |
Fix misspelling of "should" and "shouldn't" in comments.
Some comments misspell "should" or "shouldn't"; this fixes them. No code changes.
Signed-off-by: Adam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/kernel/ptrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/ptrace.c b/arch/x86/kernel/ptrace.c index 017d937639fe..118428085ea2 100644 --- a/arch/x86/kernel/ptrace.c +++ b/arch/x86/kernel/ptrace.c | |||
@@ -604,7 +604,7 @@ ptrace_modify_breakpoint(struct perf_event *bp, int len, int type, | |||
604 | struct perf_event_attr attr; | 604 | struct perf_event_attr attr; |
605 | 605 | ||
606 | /* | 606 | /* |
607 | * We shoud have at least an inactive breakpoint at this | 607 | * We should have at least an inactive breakpoint at this |
608 | * slot. It means the user is writing dr7 without having | 608 | * slot. It means the user is writing dr7 without having |
609 | * written the address register first | 609 | * written the address register first |
610 | */ | 610 | */ |