]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ggc.h: Follow spelling conventions.
authorKazu Hirata <kazu@cs.umass.edu>
Sat, 5 Jul 2003 15:39:59 +0000 (15:39 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 5 Jul 2003 15:39:59 +0000 (15:39 +0000)
* ggc.h: Follow spelling conventions.
* config/i386/i386.c: Likewise.
* config/i386/winnt.c: Likewise.
* config/rs6000/rs6000.c: Likewise.

From-SVN: r68976

gcc/ChangeLog
gcc/config/i386/i386.c
gcc/config/i386/winnt.c
gcc/config/rs6000/rs6000.c
gcc/ggc.h

index a1e122751972406ece66ca7a961e475ac091302d..a8630de6daee9650c8bdc16d56efaeec88106d60 100644 (file)
@@ -1,3 +1,10 @@
+2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * ggc.h: Follow spelling conventions.
+       * config/i386/i386.c: Likewise.
+       * config/i386/winnt.c: Likewise.
+       * config/rs6000/rs6000.c: Likewise.
+
 2003-07-05  Kazu Hirata  <kazu@cs.umass.edu>
 
        * bt-load.c: Fix comment typos.
index 3959a23b4cbb8ecefdc60724715e6e15e8444337..902e924c3f3c752dd4a2801d0e137275ec582b2c 100644 (file)
@@ -11525,7 +11525,7 @@ ix86_expand_strlen (out, src, eoschar, align)
    scratch = scratch register, initialized with the startaddress when
        not aligned, otherwise undefined
 
-   This is just the body. It needs the initialisations mentioned above and
+   This is just the body. It needs the initializations mentioned above and
    some address computing at the end.  These things are done in i386.md.  */
 
 static void
index 9c5763c000928ca7f24536d7919bb0446e45e9de..ad0860338a536652e6447177306c8a5c7f65336c 100644 (file)
@@ -260,7 +260,7 @@ i386_pe_dllimport_p (decl)
        }
 
       /* We ignore the dllimport attribute for inline member functions.
-        This differs from MSVC behaviour which treats it like GNUC
+        This differs from MSVC behavior which treats it like GNUC
         'extern inline' extension.   */
       else if (TREE_CODE (decl) == FUNCTION_DECL && DECL_INLINE (decl))
         {
index 40748c9383fc0c08690318a1cf3e4ca27713aaf1..13f3fc3320c22aa505b7ea636deb57bae55fb643 100644 (file)
@@ -12619,7 +12619,7 @@ output_toc (file, x, labelno, mode)
       void * * found;
       
       /* Create toc_hash_table.  This can't be done at OVERRIDE_OPTIONS
-         time because GGC is not initialised at that point.  */
+         time because GGC is not initialized at that point.  */
       if (toc_hash_table == NULL)
        toc_hash_table = htab_create_ggc (1021, toc_hash_function, 
                                          toc_hash_eq, NULL);
index e2a76e53946409cb61089cbd4800e9b81f2f7d22..26bb22b615fc3a741ed8d60ebb85d770197ba5ae 100644 (file)
--- a/gcc/ggc.h
+++ b/gcc/ggc.h
@@ -132,7 +132,7 @@ extern void gt_pch_p_S (void *, void *, gt_pointer_operator, void *);
 extern void gt_pch_n_S (const void *);
 extern void gt_ggc_m_S (void *);
 
-/* Initialise the string pool.  */
+/* Initialize the string pool.  */
 extern void init_stringpool (void);
 
 /* A GC implementation must provide these functions.  They are internal