calls.c (emit_library_call_value_1): Fix a comment typo.
authorKazu Hirata <kazu@hxi.com>
Wed, 11 Jul 2001 01:04:26 +0000 (01:04 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 11 Jul 2001 01:04:26 +0000 (01:04 +0000)
2001-07-10  Kazu Hirata  <kazu@hxi.com>

* calls.c (emit_library_call_value_1): Fix a comment typo.
* dwarf2out.c (mem_loc_descriptor): Likewise.
* config/i386/i386.c (ix86_expand_aligntest): Likewise.

From-SVN: r43917

gcc/ChangeLog
gcc/calls.c
gcc/config/i386/i386.c
gcc/dwarf2out.c

index 221b50aab963a69f4101fa12d31804fa92c63204..c3f626e8ada3c3d5190bab5a704095fb2b65aa23 100644 (file)
@@ -1,3 +1,9 @@
+2001-07-10  Kazu Hirata  <kazu@hxi.com>
+
+       * calls.c (emit_library_call_value_1): Fix a comment typo.
+       * dwarf2out.c (mem_loc_descriptor): Likewise.
+       * config/i386/i386.c (ix86_expand_aligntest): Likewise.
+
 2001-07-11  David Billinghurst <David.Billinghurst@riotinto.com>
 
        * simplify-rtx.c: (simplify_subreg) Fix typo in comment
index c5a5cb69b5007adf9d18510d786fa9d0930fbc15..36aa4b571c1351a8e6d7b9afa9efe38297352544 100644 (file)
@@ -3462,7 +3462,7 @@ expand_call (exp, target, ignore)
 \f
 /* Output a library call to function FUN (a SYMBOL_REF rtx).
    The RETVAL parameter specifies whether return value needs to be saved, other
-   parameters are documented in the emit_library_call function bellow.  */
+   parameters are documented in the emit_library_call function below.  */
 static rtx
 emit_library_call_value_1 (retval, orgfun, value, fn_type, outmode, nargs, p)
      int retval;
index 9b32180f22394882d98bf2437db778382d98a0c1..585238f52a6302d5ffe2a6068e35f34fceea6896 100644 (file)
@@ -7405,7 +7405,7 @@ ix86_split_lshrdi (operands, scratch)
     }
 }
 
-/* Helper function for the string operations bellow.  Dest VARIABLE whether
+/* Helper function for the string operations below.  Dest VARIABLE whether
    it is aligned to VALUE bytes.  If true, jump to the label.  */
 static rtx
 ix86_expand_aligntest (variable, value)
index cbae8a95e9f831cca482eaa014e091accdc8a4ee..f397fef1dbca5566f8521756ec98052668c838fe 100644 (file)
@@ -7455,7 +7455,7 @@ mem_loc_descriptor (rtl, mode)
 
     case PRE_MODIFY:
       /* Extract the PLUS expression nested inside and fall into
-         PLUS code bellow.  */
+         PLUS code below.  */
       rtl = XEXP (rtl, 1);
       goto plus;