diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-02-12 15:17:56 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-02-12 15:17:56 +0000 |
commit | 647eea9dd803b0b7df330dc834d5817761fcfbe6 (patch) | |
tree | e97624b94c226e126abcb5ef4b80d102a7fd124b /gcc/expmed.c | |
parent | 0008978072badfdf3c5afc69f98530cc3e48f953 (diff) | |
download | gcc-647eea9dd803b0b7df330dc834d5817761fcfbe6.zip gcc-647eea9dd803b0b7df330dc834d5817761fcfbe6.tar.gz gcc-647eea9dd803b0b7df330dc834d5817761fcfbe6.tar.bz2 |
c-tree.h, [...]: Fix comment typos.
* c-tree.h, combine.c, expmed.c, flow.c, libgcc2.c,
simplify-rtx.c, tree-ssa-live.h: Fix comment typos. Follow
spelling conventions.
From-SVN: r94939
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r-- | gcc/expmed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c index 1a1bdf7..49b1faa 100644 --- a/gcc/expmed.c +++ b/gcc/expmed.c @@ -1089,7 +1089,7 @@ extract_bit_field (rtx str_rtx, unsigned HOST_WIDE_INT bitsize, } /* If we have an out-of-bounds access to a register, just return an - uninitialised register of the required mode. This can occur if the + uninitialized register of the required mode. This can occur if the source code contains an out-of-bounds access to a small array. */ if (REG_P (op0) && bitnum >= GET_MODE_BITSIZE (GET_MODE (op0))) return gen_reg_rtx (tmode); |