OSDN Git Service

* Makefile.in, mingw32.h, trans.c: Fix comment typos.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Dec 2006 01:03:11 +0000 (01:03 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 2 Dec 2006 01:03:11 +0000 (01:03 +0000)
* gnat_rm.texi, gnat_ugn.texi: Follow spelling conventions.
Fix typos.

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

gcc/ada/ChangeLog
gcc/ada/Makefile.in
gcc/ada/gnat_rm.texi
gcc/ada/gnat_ugn.texi
gcc/ada/mingw32.h
gcc/ada/trans.c

index acd9d6e..08cb9de 100644 (file)
@@ -1,3 +1,9 @@
+2006-12-02  Kazu Hirata  <kazu@codesourcery.com>
+
+       * Makefile.in, mingw32.h, trans.c: Fix comment typos.
+       * gnat_rm.texi, gnat_ugn.texi: Follow spelling conventions.
+       Fix typos.
+
 2006-11-17  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR ada/27936
index a8c5fe0..760d425 100644 (file)
@@ -1428,7 +1428,7 @@ ifneq ($(EH_MECHANISM),)
 endif
 
 # Use the Ada 2005 version of Ada.Exceptions by default, unless specified
-# explicitely already. The base files (a-except.ad?) are used only for building
+# explicitly already. The base files (a-except.ad?) are used only for building
 # the compiler and other basic tools.
 # These base versions lack Ada 2005 additions which would cause bootstrap
 # problems if included in the compiler and other basic tools.
index bf2d61d..fad7e14 100644 (file)
@@ -5136,7 +5136,7 @@ prefix) provides the same value as @code{System.Storage_Unit}.
 @findex Stub_Type
 @noindent
 The GNAT implementation of remote access-to-classwide types is
-organised as described in AARM section E.4 (20.t): a value of an RACW type
+organized as described in AARM section E.4 (20.t): a value of an RACW type
 (designating a remote object) is represented as a normal access
 value, pointing to a "stub" object which in turn contains the
 necessary information to contact the designated remote object. A
@@ -10522,7 +10522,7 @@ when one of these values is read, any nonzero value is treated as True.
 For 64-bit OpenVMS systems, access types (other than those for unconstrained
 arrays) are 64-bits long. An exception to this rule is for the case of
 C-convention access types where there is no explicit size clause present (or
-inheritied for derived types). In this case, GNAT chooses to make these
+inherited for derived types). In this case, GNAT chooses to make these
 pointers 32-bits, which provides an easier path for migration of 32-bit legacy
 code. size clause specifying 64-bits must be used to obtain a 64-bit pointer.
 
@@ -11754,7 +11754,7 @@ is only used for wide characters with a code greater than @code{16#FF#}.
 
 Note that brackets coding is not normally used in the context of
 Wide_Text_IO or Wide_Wide_Text_IO, since it is really just designed as
-a portable way of encoding source files. In the contect of Wide_Text_IO
+a portable way of encoding source files. In the context of Wide_Text_IO
 or Wide_Wide_Text_IO, it can only be used if the file does not contain
 any instance of the left bracket character other than to encode wide
 character values using the brackets encoding method. In practice it is
index 480ad9c..214369a 100644 (file)
@@ -4674,7 +4674,7 @@ A range in a @code{for} loop that is known to be null or might be null
 @noindent
 The following section lists compiler switches that are available
 to control the handling of warning messages. It is also possible
-to excercise much finer control over what warnings are issued and
+to exercise much finer control over what warnings are issued and
 suppressed using the GNAT pragma Warnings, which is documented
 in the GNAT Reference manual.
 
index 1f5a711..7b63531 100644 (file)
@@ -48,7 +48,7 @@
 
 #else
 
-/*  Older MingW versions have no defintion for _tfreopen, add it here to have a
+/*  Older MingW versions have no definition for _tfreopen, add it here to have a
     proper build without unicode support.  */
 #ifndef _tfreopen
 #define _tfreopen   freopen
index 8adff5e..7b9c260 100644 (file)
@@ -1199,7 +1199,7 @@ Case_Statement_to_gnu (Node_Id gnat_node)
 
          /* If the case value is a subtype that raises Constraint_Error at
              run-time because of a wrong bound, then gnu_low or gnu_high
-             is not transtaleted into an INTEGER_CST.  In such a case, we need
+             is not translated into an INTEGER_CST.  In such a case, we need
              to ensure that the when statement is not added in the tree,
              otherwise it will crash the gimplifier.  */
          if ((!gnu_low || TREE_CODE (gnu_low) == INTEGER_CST)