]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Correct typo in comment from last patch.
authorJohn David Anglin <danglin@gcc.gnu.org>
Sun, 23 Mar 2003 04:30:04 +0000 (04:30 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sun, 23 Mar 2003 04:30:04 +0000 (04:30 +0000)
From-SVN: r64740

gcc/config/pa/pa.c

index e00681efac898cdb492c6fb84ba12db595807726..b51bfa18ec341d45d35288d23f1049f0dae40eb6 100644 (file)
@@ -5163,7 +5163,7 @@ output_cbranch (operands, nullify, length, negated, insn)
      is asking for a disaster.  This can happen when not optimizing and
      when jump optimization fails.
 
-     While it usually safe to emit nothing, this can fail if the preceding
+     While it is usually safe to emit nothing, this can fail if the preceding
      instruction is a nullified branch with an empty delay slot and the
      same branch target as this branch.  We could check for this but
      jump optimization should eliminate these jumps.  It is always