* decl.c, init.c, initialize.c: Fix comment typos.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 29 Jul 2005 15:01:51 +0000 (15:01 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 29 Jul 2005 15:01:51 +0000 (15:01 +0000)
From-SVN: r102556

gcc/ada/ChangeLog
gcc/ada/decl.c
gcc/ada/init.c
gcc/ada/initialize.c

index 47e24b140c0b9141665d1bc90df580096224905f..2b6b5189650b2d3da13badccf59d33cba0bbac65 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-29  Kazu Hirata  <kazu@codesourcery.com>
+
+       * decl.c, init.c, initialize.c: Fix comment typos.
+
 2005-07-20  Giovanni Bajo  <giovannibajo@libero.it>
 
        Make CONSTRUCTOR use VEC to store initializers.
index 145ece8ae8efc81a73e743510862a7b0b0a2f9c1..3909d953ff59c5da5700f0b7288a60c7a5b8ade8 100644 (file)
@@ -5168,7 +5168,7 @@ gnat_to_gnu_field (Entity_Id gnat_field, tree gnu_record_type, int packed,
 
       /* Compute whether we should avoid the substitution.  */
       int reject =
-        /* There is no point subtituting if there is no change.  */
+        /* There is no point substituting if there is no change.  */
         (gnu_packable_type == gnu_field_type
          ||
          /* The size of an aliased field must be an exact multiple of the
index fb08c8bff1517c320662810a30100cf1b5e791f9..990d0cb5eab7ce5f06df370a43ae37ce9fd1d479 100644 (file)
@@ -282,7 +282,7 @@ __gnat_set_globals (int main_priority,
    as the faulting instruction address in the corresponding signal context
    pushed by the kernel. Leaving this address untouched may loose, because if
    the triggering instruction happens to be the very first of a region, the
-   later adjustements performed by the unwinder would yield an address outside
+   later adjustments performed by the unwinder would yield an address outside
    that region. We need to compensate for those adjustments at some point,
    which we currently do in the GCC unwinding fallback macro.
 
@@ -1137,7 +1137,7 @@ extern char *__gnat_error_prehandler_stack;   /* Alternate signal stack */
 
 /* Define macro symbols for the VMS conditions that become Ada exceptions.
    Most of these are also defined in the header file ssdef.h which has not
-   yet been converted to be recoginized by Gnu C. */
+   yet been converted to be recognized by Gnu C. */
 
 /* Defining these as macros, as opposed to external addresses, allows
    them to be used in a case statement (below */
@@ -1155,7 +1155,7 @@ extern int LIB$_ACTIMAGE;
 extern int MTH$_FLOOVEMAT;       /* Some ACVC_21 CXA tests */
 
 /* These codes are non standard, which is to say the author is
-   not sure if they are defined in the standar message libraries
+   not sure if they are defined in the standard message libraries
    so keep them as macros for now. */
 #define RDB$_STREAM_EOF 20480426
 #define FDL$_UNPRIKW 11829410
@@ -1315,7 +1315,7 @@ static const struct cond_except cond_except_table [] = {
    ??? This is not a perfect solution to deal with the possible
    interactions between the GNAT and the DECAda exception handling
    models and better (more general) schemes are studied.  This is so
-   just provided as a conveniency workaround in the meantime, and
+   just provided as a convenient workaround in the meantime, and
    should be use with caution since the implementation has been kept
    very simple.  */
 
@@ -1767,7 +1767,7 @@ __gnat_init_float (void)
   asm ("mtfsb0 26");
 #endif
 
-  /* Similarily for sparc64. Achieved by masking bits in the Trap Enable Mask
+  /* Similarly for sparc64. Achieved by masking bits in the Trap Enable Mask
      field of the Floating-point Status Register (see the Sparc Architecture
      Manual Version 9, p 48).  */
 #if defined (sparc64)
index 266e0c4b981ec40f1fd123fc6f86e907662a7dbe..9d00698b37fdefce5e1fc78938507c1120988a27 100644 (file)
@@ -123,7 +123,7 @@ __gnat_initialize (void *eh)
      constructor fashion, typically triggered by the VxWorks loader.  This is
      achieved by way of a special variable declaration in the crt object, the
      name of which has been deduced by analyzing the output of the "munching"
-     step documented for C++.  The de-registration is handled symetrically,
+     step documented for C++.  The de-registration is handled symmetrically,
      a-la C++ destructor fashion and typically triggered by the dynamic
      unloader.  Note that since the tables shall be registered against a
      common datastructure, libgcc should be one of the modules (vs beeing