diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2003-11-21 14:38:06 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2003-11-21 14:38:06 +0000 |
commit | 0234cb7c70cd672825ac5760714792f64581ea22 (patch) | |
tree | 4c03eac4389ab13c6633c33b15538ca96ec52914 /gas/config/tc-i386.h | |
parent | a2e224686a3a8de934930c0be2160f87c9b86e76 (diff) | |
download | gdb-0234cb7c70cd672825ac5760714792f64581ea22.zip gdb-0234cb7c70cd672825ac5760714792f64581ea22.tar.gz gdb-0234cb7c70cd672825ac5760714792f64581ea22.tar.bz2 |
* config/tc-hppa.c: Fix comment typos.
* config/tc-i370.c: Likewise.
* config/tc-i386.c: Likewise.
* config/tc-i386.h: Likewise.
* config/tc-i960.c: Likewise.
* config/tc-ia64.c: Likewise.
* config/tc-iq2000.h: Likewise.
Diffstat (limited to 'gas/config/tc-i386.h')
-rw-r--r-- | gas/config/tc-i386.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-i386.h b/gas/config/tc-i386.h index 7fd8847..069c233 100644 --- a/gas/config/tc-i386.h +++ b/gas/config/tc-i386.h @@ -193,7 +193,7 @@ typedef struct #define CpuSSE 0x1000 /* Streaming SIMD extensions required */ #define CpuSSE2 0x2000 /* Streaming SIMD extensions 2 required */ #define Cpu3dnow 0x4000 /* 3dnow! support required */ -#define CpuPNI 0x8000 /* Prescott New Instuctions required */ +#define CpuPNI 0x8000 /* Prescott New Instructions required */ /* These flags are set by gas depending on the flag_code. */ #define Cpu64 0x4000000 /* 64bit support required */ |