summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid <david@openbsd.org>2005-05-25 08:55:56 +0000
committerdavid <david@openbsd.org>2005-05-25 08:55:56 +0000
commitbf9c8048c35a00cfd7ed2a2a181cfdde766507a1 (patch)
treec4007b096ef29ed1cd32c39fd152acff122c3df5
parentwhitespace (diff)
downloadwireguard-openbsd-bf9c8048c35a00cfd7ed2a2a181cfdde766507a1.tar.xz
wireguard-openbsd-bf9c8048c35a00cfd7ed2a2a181cfdde766507a1.zip
spelling fixes
-rw-r--r--gnu/usr.bin/gcc/gcc/protector.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/usr.bin/gcc/gcc/protector.c b/gnu/usr.bin/gcc/gcc/protector.c
index f7b08ecbbd2..dee28103d57 100644
--- a/gnu/usr.bin/gcc/gcc/protector.c
+++ b/gnu/usr.bin/gcc/gcc/protector.c
@@ -255,7 +255,7 @@ search_string_from_argsandvars (caller)
tree blocks, parms;
int string_p;
- /* saves a latest search result as a cached infomation */
+ /* saves a latest search result as a cached information */
static tree __latest_search_decl = 0;
static int __latest_search_result = FALSE;
@@ -1014,7 +1014,7 @@ copy_args_for_protection ()
int string_p;
/*
- skip arguemnt protection if the last argument is used
+ skip argument protection if the last argument is used
for the variable argument
*/
/*
@@ -1995,7 +1995,7 @@ assign_stack_local_for_pseudo_reg (mode, size, align)
push_frame_offset = push_allocated_offset;
if (check_out_of_frame_access (get_insns (), starting_frame))
{
- /* if there is an access beyond frame, push dummy region to seperate
+ /* if there is an access beyond frame, push dummy region to separate
the address of instantiated variables */
push_frame (GET_MODE_SIZE (DImode), 0);
assign_stack_local (BLKmode, GET_MODE_SIZE (DImode), -1);
@@ -2010,7 +2010,7 @@ assign_stack_local_for_pseudo_reg (mode, size, align)
if (STARTING_FRAME_OFFSET)
{
/* if there is an access beyond frame, push dummy region
- to seperate the address of instantiated variables */
+ to separate the address of instantiated variables */
push_frame (GET_MODE_SIZE (DImode), 0);
assign_stack_local (BLKmode, GET_MODE_SIZE (DImode), -1);
}
@@ -2048,7 +2048,7 @@ assign_stack_local_for_pseudo_reg (mode, size, align)
#if !defined(FRAME_GROWS_DOWNWARD) && defined(STACK_GROWS_DOWNWARD)
/*
- push frame infomation for instantiating pseudo register at the top of stack.
+ push frame information for instantiating pseudo register at the top of stack.
This is only for the "frame grows upward", it means FRAME_GROWS_DOWNWARD is
not defined.
@@ -2413,7 +2413,7 @@ push_frame_in_operand (insn, orig, push_size, boundary)
&& fp_equiv[REGNO (XEXP (x, 0))])
fp_equiv[REGNO (XEXP (x, 0))] = 0;
- /* propagete fp_equiv register */
+ /* propagate fp_equiv register */
else if (GET_CODE (XEXP (x, 0)) == REG
&& GET_CODE (XEXP (x, 1)) == REG
&& fp_equiv[REGNO (XEXP (x, 1))])