resource.c (mark_referenced_resources): Fix typo in introductory comment.
authorJeffrey Oldham <oldham@codesourcery.com>
Fri, 16 Feb 2001 17:04:36 +0000 (17:04 +0000)
committerJeffrey D. Oldham <oldham@gcc.gnu.org>
Fri, 16 Feb 2001 17:04:36 +0000 (17:04 +0000)
2001-02-16  Jeffrey Oldham  <oldham@codesourcery.com>

        * resource.c (mark_referenced_resources): Fix typo in introductory
        comment.
        * config/mips/abi64.h (SUBTARGET_TARGET_OPTIONS): Fix typo in
        string constant.

From-SVN: r39766

gcc/ChangeLog
gcc/config/mips/abi64.h
gcc/resource.c

index 35ecb4b14ffb3b1022b06b0bc06227777c70e2e4..82a9df47fc88550f87b157235e787854a9c9fd64 100644 (file)
@@ -1,3 +1,10 @@
+2001-02-16  Jeffrey Oldham  <oldham@codesourcery.com>
+
+       * resource.c (mark_referenced_resources): Fix typo in introductory
+       comment.
+       * config/mips/abi64.h (SUBTARGET_TARGET_OPTIONS): Fix typo in
+       string constant.
+
 2001-02-16  Jason Merrill  <jason@redhat.com>
 
        * dwarf2out.c (add_bound_info): Don't crash if SAVE_EXPR_RTL is
index 95e7d82b9fc0d50376b644d7c6a54de26dfe33f6..835f853411f287969343b70e40788929375d5ef5 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GNU compiler.  64 bit ABI support.
-   Copyright (C) 1994, 1995, 1996, 1998, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1994, 1995, 1996, 1998, 1999, 2001 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -24,7 +24,7 @@ Boston, MA 02111-1307, USA.  */
 #undef SUBTARGET_TARGET_OPTIONS
 #define SUBTARGET_TARGET_OPTIONS \
   { "abi=", &mips_abi_string,                                          \
-      "Speciy ABI to use"},
+      "Specify ABI to use"},
 
 #undef STACK_BOUNDARY
 #define STACK_BOUNDARY \
index 772dad765f523fde5e7374af6a06db14aacc17fc..8266321c95a04cfaa82dc54cc1d5b5f121ebe3e7 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for computing resource usage of specific insns.
-   Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2000, 2001 Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -176,7 +176,7 @@ next_insn_no_annul (insn)
 }
 \f
 /* Given X, some rtl, and RES, a pointer to a `struct resource', mark
-   which resources are references by the insn.  If INCLUDE_DELAYED_EFFECTS
+   which resources are referenced by the insn.  If INCLUDE_DELAYED_EFFECTS
    is TRUE, resources used by the called routine will be included for
    CALL_INSNs.  */