diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-02-02 11:31:21 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-02-02 11:31:21 +0100 |
commit | 8e572bab39c484cdf512715f98626337f25cfc32 (patch) | |
tree | 5ce90fcc61cb50e60606ba14ffbacad71839bfdd /arch | |
parent | 9a756de1296e02d1d9ccccbe5dc9d89df43b2654 (diff) | |
download | talos-op-linux-8e572bab39c484cdf512715f98626337f25cfc32.tar.gz talos-op-linux-8e572bab39c484cdf512715f98626337f25cfc32.zip |
fix typos 'comamnd' -> 'command' in comments
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/include/asm/perfmon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/perfmon.h b/arch/ia64/include/asm/perfmon.h index 7f3333dd00e4..d551183fee90 100644 --- a/arch/ia64/include/asm/perfmon.h +++ b/arch/ia64/include/asm/perfmon.h @@ -7,7 +7,7 @@ #define _ASM_IA64_PERFMON_H /* - * perfmon comamnds supported on all CPU models + * perfmon commands supported on all CPU models */ #define PFM_WRITE_PMCS 0x01 #define PFM_WRITE_PMDS 0x02 |