aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPekka Enberg <penberg@kernel.org>2013-02-02 07:57:38 +0000
committerPekka Enberg <penberg@kernel.org>2013-02-02 07:57:38 +0000
commit9c9af25e7a0d4eed1eedb1db6d50164bd52e9893 (patch)
tree74b7d6134f4abf1d3703c740039df4ea4930dee0
parent9b404ed9431b43926f95f1858c66887657d106f1 (diff)
downloadjato-9c9af25e7a0d4eed1eedb1db6d50164bd52e9893.tar.gz
x86: Fix up whitespace in comment
Signed-off-by: Pekka Enberg <penberg@kernel.org>
-rw-r--r--arch/x86/include/arch/instruction.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/arch/instruction.h b/arch/x86/include/arch/instruction.h
index 54c97806..6b90ab8e 100644
--- a/arch/x86/include/arch/instruction.h
+++ b/arch/x86/include/arch/instruction.h
@@ -102,7 +102,7 @@ enum insn_type {
INSN_AND_REG_REG,
INSN_CALL_REG,
INSN_CALL_REL,
- INSN_CLTD_REG_REG, /* CDQ in Intel manuals*/
+ INSN_CLTD_REG_REG, /* CDQ in Intel manuals */
INSN_CMP_IMM_REG,
INSN_CMP_MEMBASE_REG,
INSN_CMP_REG_REG,