summaryrefslogtreecommitdiff
path: root/gcc/final.c
diff options
context:
space:
mode:
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-06-24 03:59:40 +0000
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>1992-06-24 03:59:40 +0000
commiteb2f80f3701badfd22a75677f0f20b26134ecfef (patch)
tree74f27bca772c329910ceeb39b9ae4ed0ab88bd26 /gcc/final.c
parentbaef9648c251f5ae80b4166b2c1727f6b167263f (diff)
downloadgcc-eb2f80f3701badfd22a75677f0f20b26134ecfef.tar.gz
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@1263 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/final.c')
-rw-r--r--gcc/final.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/final.c b/gcc/final.c
index b77b5480c6b..57ac44b2bf3 100644
--- a/gcc/final.c
+++ b/gcc/final.c
@@ -161,7 +161,7 @@ static int new_block = 1;
and assume that they will both give the same number to each block.
Final uses these sequence numbers to generate assembler label names
LBBnnn and LBEnnn for the beginning and end of the symbol-block.
- Dbxout uses the sequence nunbers to generate references to the same labels
+ Dbxout uses the sequence numbers to generate references to the same labels
from the dbx debugging information.
Sdb records this level at the beginning of each function,
@@ -1029,7 +1029,7 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes)
if (GET_CODE (note) != NOTE && GET_CODE (note) != CODE_LABEL)
break;
/* These types of notes can be significant
- so make sure the preceeding line number stays. */
+ so make sure the preceding line number stays. */
else if (GET_CODE (note) == NOTE
&& (NOTE_LINE_NUMBER (note) == NOTE_INSN_BLOCK_BEG
|| NOTE_LINE_NUMBER (note) == NOTE_INSN_BLOCK_END