summaryrefslogtreecommitdiff
path: root/gcc/expmed.c
diff options
context:
space:
mode:
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-12 15:17:56 +0000
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-12 15:17:56 +0000
commit2fb898791a451d07e1c58d12b6e27f8a0afe820e (patch)
treee97624b94c226e126abcb5ef4b80d102a7fd124b /gcc/expmed.c
parentdccb958c636e1a082b8b910c422a851df75b83ba (diff)
downloadgcc-2fb898791a451d07e1c58d12b6e27f8a0afe820e.tar.gz
* c-tree.h, combine.c, expmed.c, flow.c, libgcc2.c,
simplify-rtx.c, tree-ssa-live.h: Fix comment typos. Follow spelling conventions. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@94939 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/expmed.c')
-rw-r--r--gcc/expmed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/expmed.c b/gcc/expmed.c
index 1a1bdf74b04..49b1faa77cf 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);