[PATCH -tip] x86: Fix a typo in gen-insn-attr-x86.awk
Masami Hiramatsu
mhiramat@redhat.com
Wed Dec 16 22:14:00 GMT 2009
Fix a typo of "character" in gen-insn-attr-x86.awk.
Signed-off-by: Masami Hiramatsu <mhiramat@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Jim Keniston <jkenisto@us.ibm.com>
---
arch/x86/tools/gen-insn-attr-x86.awk | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/x86/tools/gen-insn-attr-x86.awk b/arch/x86/tools/gen-insn-attr-x86.awk
index 7a68506..6d1dc09 100644
--- a/arch/x86/tools/gen-insn-attr-x86.awk
+++ b/arch/x86/tools/gen-insn-attr-x86.awk
@@ -7,7 +7,7 @@
# Awk implementation sanity check
function check_awk_implement() {
if (!match("abc", "[[:lower:]]+"))
- return "Your awk doesn't support charactor-class."
+ return "Your awk doesn't support character-class."
if (sprintf("%x", 0) != "0")
return "Your awk has a printf-format problem."
return ""
--
Masami Hiramatsu
Software Engineer
Hitachi Computer Products (America), Inc.
Software Solutions Division
e-mail: mhiramat@redhat.com
More information about the Systemtap
mailing list