aboutsummaryrefslogtreecommitdiff
path: root/gcc/df.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-01-31 17:47:43 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-01-31 17:47:43 +0000
commita457ee07af69ac1dd67bcce24698558f5de0682d (patch)
tree6f89aecc97071cb813ada55cf1379a6d0f107d8e /gcc/df.h
parentaf3fb3d6dc3907a45f05d913e9b2fafe42bcc053 (diff)
downloadgcc-a457ee07af69ac1dd67bcce24698558f5de0682d.zip
gcc-a457ee07af69ac1dd67bcce24698558f5de0682d.tar.gz
gcc-a457ee07af69ac1dd67bcce24698558f5de0682d.tar.bz2
alloc-pool.c: Fix comment typos.
* alloc-pool.c: Fix comment typos. * builtin-types.def: Likewise. * builtins.def: Likewise. * c-pretty-print.c: Likewise. * df.h: Likewise. * reload1.c: Likewise. From-SVN: r77043
Diffstat (limited to 'gcc/df.h')
-rw-r--r--gcc/df.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/df.h b/gcc/df.h
index 9838aa8..79af3aa 100644
--- a/gcc/df.h
+++ b/gcc/df.h
@@ -55,7 +55,7 @@ enum df_ref_flags
/* This flag is set on register references inside a subreg on
machines which have CANNOT_CHANGE_MODE_CLASS.
Note, that this flag can also be set on df_refs representing
- the REG itself (i.e., one might not see the subreg anyore).
+ the REG itself (i.e., one might not see the subreg anymore).
Also note, that this flag is set also for hardreg refs, i.e.,
you must check yourself if it's a pseudo. */
DF_REF_MODE_CHANGE = 2,