aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2002-12-24 08:30:34 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2002-12-24 08:30:34 +0000
commit14b493d64dd504f79cd702bba4b8bae678740af9 (patch)
treef527a7be9da17e50c26bf10cb61c24606588c777 /gcc/system.h
parent02aef83470d501c4fd44035ebc41f6b9449e3288 (diff)
downloadgcc-14b493d64dd504f79cd702bba4b8bae678740af9.zip
gcc-14b493d64dd504f79cd702bba4b8bae678740af9.tar.gz
gcc-14b493d64dd504f79cd702bba4b8bae678740af9.tar.bz2
regmove.c: Fix comment typos.
* regmove.c: Fix comment typos. * reload.c: Likewise. * reload1.c: Likewise. * resource.c: Likewise. * rtl.def: Likewise. * rtl.h: Likewise. * rtlanal.c: Likewise. * sched-deps.c: Likewise. * sched-rgn.c: Likewise. * sibcall.c: Likewise. * simplify-rtx.c: Likewise. * ssa-ccp.c: Likewise. * ssa.c: Likewise. * stmt.c: Likewise. * stor-layout.c: Likewise. * system.h: Likewise. * tlink.c: Likewise. * toplev.c: Likewise. * tracer.c: Likewise. * tree-inline.c: Likewise. * tree.c: Likewise. * tree.h: Likewise. * unroll.c: Likewise. * varasm.c: Likewise. From-SVN: r60473
Diffstat (limited to 'gcc/system.h')
-rw-r--r--gcc/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/system.h b/gcc/system.h
index 8d1c521..0d8106d 100644
--- a/gcc/system.h
+++ b/gcc/system.h
@@ -470,7 +470,7 @@ extern void abort PARAMS ((void));
/* Say how to test for an absolute pathname. On Unix systems, this is if
it starts with a leading slash or a '$', the latter meaning the value of
- an environment variable is to be used. On machien with DOS-based
+ an environment variable is to be used. On machine with DOS-based
file systems, it is also absolute if it starts with a drive identifier. */
#ifdef HAVE_DOS_BASED_FILE_SYSTEM
#define IS_ABSOLUTE_PATHNAME(STR) \