From 68215e49a61b9179c353b5edd9b5796b04acdba0 Mon Sep 17 00:00:00 2001 From: law Date: Fri, 3 Apr 1998 16:37:26 +0000 Subject: dummy commit before merge git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18980 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/fixinc.ptx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gcc/fixinc.ptx') 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 -- cgit v1.2.1