summaryrefslogtreecommitdiffstats
path: root/gcc/config/alpha
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/alpha')
-rw-r--r--gcc/config/alpha/alpha.c2
-rw-r--r--gcc/config/alpha/alpha.h4
-rw-r--r--gcc/config/alpha/alpha.md2
3 files changed, 4 insertions, 4 deletions
diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c
index 625c933878a..5c94cdd7c46 100644
--- a/gcc/config/alpha/alpha.c
+++ b/gcc/config/alpha/alpha.c
@@ -1318,7 +1318,7 @@ output_prolog (file, size)
linked to procedure descriptors.
Outputting the lineno helps debugging of one line functions as they
would otherwise get no line number at all. Please note that we would
- like to put out last_linenum from final.c, but it is not accesible. */
+ like to put out last_linenum from final.c, but it is not accessible. */
if (write_symbols == SDB_DEBUG)
{
diff --git a/gcc/config/alpha/alpha.h b/gcc/config/alpha/alpha.h
index ef0f3e146a3..d0f8daf45db 100644
--- a/gcc/config/alpha/alpha.h
+++ b/gcc/config/alpha/alpha.h
@@ -552,7 +552,7 @@ enum reg_class { NO_REGS, GENERAL_REGS, FLOAT_REGS, ALL_REGS,
/* Loading and storing HImode or QImode values to and from memory
usually requires a scratch register. The exceptions are loading
QImode and HImode from an aligned address to a general register.
- We also cannot load an unaligned address or a paradodixal SUBREG into an
+ We also cannot load an unaligned address or a paradoxical SUBREG into an
FP register. */
#define SECONDARY_INPUT_RELOAD_CLASS(CLASS,MODE,IN) \
@@ -942,7 +942,7 @@ extern char *alpha_function_name;
/* Output assembler code to FILE to increment profiler label # LABELNO
for profiling a function entry. Under OSF/1, profiling is enabled
- by simply passing -pg to the assember and linker. */
+ by simply passing -pg to the assembler and linker. */
#define FUNCTION_PROFILER(FILE, LABELNO)
diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md
index aa745abb6f3..5ec06c8c69a 100644
--- a/gcc/config/alpha/alpha.md
+++ b/gcc/config/alpha/alpha.md
@@ -3558,7 +3558,7 @@
{ extern rtx get_unaligned_address ();
rtx addr = get_unaligned_address (operands[1]);
/* It is possible that one of the registers we got for operands[2]
- might co-incide with that of operands[0] (which is why we made
+ might coincide with that of operands[0] (which is why we made
it TImode). Pick the other one to use as our scratch. */
rtx scratch = gen_rtx (REG, DImode,
REGNO (operands[0]) == REGNO (operands[2])
OpenPOWER on IntegriCloud