OSDN Git Service

* dwarf2out.c (output_cfa_loc): Fix typo in comment.
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Aug 2001 15:14:54 +0000 (15:14 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Aug 2001 15:14:54 +0000 (15:14 +0000)
     * gcc.c (init_spec): Fix typo in comment.
     * varasm.c (data_section): Fix typo in comment.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44855 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/dwarf2out.c
gcc/gcc.c
gcc/varasm.c

index bdb2afc..83e31b4 100644 (file)
@@ -1,3 +1,9 @@
+2000-08-13 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
+
+       * dwarf2out.c (output_cfa_loc): Fix typo in comment.
+       * gcc.c (init_spec): Fix typo in comment.
+       * varasm.c (data_section): Fix typo in comment.
+
 Mon Aug 13 02:27:39 CEST 2001  Jan Hubicka  <jh@suse.cz>
 
        * predict.c (dump_prediction): New argument "USED".
index f940dda..740df26 100644 (file)
@@ -2854,7 +2854,7 @@ output_cfa_loc (cfi)
   output_loc_sequence (loc);
 }
 
-/* This function builds a dwarf location descriptor seqeunce from
+/* This function builds a dwarf location descriptor sequence from
    a dw_cfa_location.  */
 
 static struct dw_loc_descr_struct *
index 5d18063..835e7e6 100644 (file)
--- a/gcc/gcc.c
+++ b/gcc/gcc.c
@@ -1473,7 +1473,7 @@ init_spec ()
     const char *p = libgcc_spec;
     int in_sep = 1;
  
-    /* Transform the extant libgcc_spec into one that uses the shared libgcc
+    /* Transform the extent libgcc_spec into one that uses the shared libgcc
        when given the proper command line arguments.  */
     while (*p)
       {
index 5f2810a..57c3aab 100644 (file)
@@ -248,7 +248,7 @@ data_section ()
     }
 }
 /* Tell assembler to ALWAYS switch to data section, in case
-   it's not sure where it it.  */
+   it's not sure where it is.  */
 
 void
 force_data_section ()