diff options
Diffstat (limited to 'gas/config/tc-sparc.c')
-rw-r--r-- | gas/config/tc-sparc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config/tc-sparc.c b/gas/config/tc-sparc.c index f3ef720..c78bd27 100644 --- a/gas/config/tc-sparc.c +++ b/gas/config/tc-sparc.c @@ -727,7 +727,7 @@ struct {NULL, NULL, NULL}, }; -/* sparc64 priviledged registers. */ +/* sparc64 privileged registers. */ struct priv_reg_entry { @@ -3941,7 +3941,7 @@ s_common (ignore) } } -/* Handle the .empty pseudo-op. This supresses the warnings about +/* Handle the .empty pseudo-op. This suppresses the warnings about invalid delay slot usage. */ static void @@ -4008,7 +4008,7 @@ s_proc (ignore) } /* This static variable is set by s_uacons to tell sparc_cons_align - that the expession does not need to be aligned. */ + that the expression does not need to be aligned. */ static int sparc_no_align_cons = 0; |