diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-09-10 15:09:39 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-09-10 15:09:39 +0000 |
commit | 89dbed81f485455d27b9822c1de921571580fe65 (patch) | |
tree | eba8a248439b41ccd8953fe4272dee8155596f4d /gcc/tree-ssa-live.h | |
parent | 094e84faf02b3bc9c09cfadf76110965176d688f (diff) | |
download | gcc-89dbed81f485455d27b9822c1de921571580fe65.tar.gz |
bb-reorder.c, [...]: Fix comment typos.
* bb-reorder.c, c-common.c, c-incpath.c, c-typeck.c,
genrecog.c, lambda-code.c, mips-tdump.c, mips-tfile.c,
passes.c, tree-data-ref.c, tree-data-ref.h, tree-mudflap.c,
tree-scalar-evolution.c, tree-ssa-copyrename.c,
tree-ssa-live.c, tree-ssa-live.h: Fix comment typos.
From-SVN: r87302
Diffstat (limited to 'gcc/tree-ssa-live.h')
-rw-r--r-- | gcc/tree-ssa-live.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-live.h b/gcc/tree-ssa-live.h index eb93305ffd9..5bba958088c 100644 --- a/gcc/tree-ssa-live.h +++ b/gcc/tree-ssa-live.h @@ -130,7 +130,7 @@ static inline tree version_to_var (var_map map, int version) /* Given VAR, return the partition number in MAP which contains it. - NO_PARTITION is returned if its not in any partition. */ + NO_PARTITION is returned if it's not in any partition. */ static inline int var_to_partition (var_map map, tree var) |