diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-03 16:37:26 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-03 16:37:26 +0000 |
commit | 68215e49a61b9179c353b5edd9b5796b04acdba0 (patch) | |
tree | 28111445709b1e369e559db59f8c46cf5b81a203 /gcc/fixinc.ptx | |
parent | 489ae1b6ce3a4da007b9b313a477ac4105dccab1 (diff) | |
download | gcc-68215e49a61b9179c353b5edd9b5796b04acdba0.tar.gz |
dummy commit before merge
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18980 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/fixinc.ptx')
-rw-r--r-- | gcc/fixinc.ptx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/fixinc.ptx b/gcc/fixinc.ptx index 90e1b86ed42..93a8f2c5d0e 100644 --- a/gcc/fixinc.ptx +++ b/gcc/fixinc.ptx @@ -195,7 +195,7 @@ if [ \! -z "$file_to_fix" ]; then fi fi -# /usr/include/sys/mc_param.h has an embedded asm for the cpuid intruction +# /usr/include/sys/mc_param.h has an embedded asm for the cpuid instruction # on the P5. This is not used by anything else so we ifdef it out. file=sys/mc_param.h if [ -r ${LIB}/$file ]; then @@ -224,7 +224,7 @@ if [ \! -z "$file_to_fix" ]; then fi fi -# /usr/include/sys/mc_param.h has an embedded asm for the cpuid intruction +# /usr/include/sys/mc_param.h has an embedded asm for the cpuid instruction # on the P5. This is not used by anything else so we ifdef it out. file=sys/mc_param.h if [ -r ${LIB}/$file ]; then |