dwarf2out.c (output_cfa_loc): Fix typo in comment.
authorTheodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
Mon, 13 Aug 2001 15:14:54 +0000 (17:14 +0200)
committerAndreas Jaeger <aj@gcc.gnu.org>
Mon, 13 Aug 2001 15:14:54 +0000 (17:14 +0200)
     * 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.

From-SVN: r44855

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

index bdb2afc6d2446f9e3c6ed745d69f7350d2559457..83e31b462e98b065db0e3d6fdec5c838e55b2234 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 f940dda4ca8197ad99aef2137280e22d354dfa9f..740df260ca8562ed3ca041de903c3b425ae07314 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 5d1806323adf4f4a47a0df6b6efe99fc1bced08c..835e7e69a5a8b6fa193c274fc4f7379e4f5969a8 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 5f2810aca4de55f7e6cdd2bc2267a302eac6ffa9..57c3aab07a45ee61c750e80d3c7506dbdb3a9afb 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 ()