]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Makefile.in, [...]: Fix comment typos.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 2 Dec 2006 01:03:11 +0000 (01:03 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 2 Dec 2006 01:03:11 +0000 (01:03 +0000)
* Makefile.in, mingw32.h, trans.c: Fix comment typos.
* gnat_rm.texi, gnat_ugn.texi: Follow spelling conventions.
Fix typos.

From-SVN: r119437

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 acd9d6ecf0989c64e8ed8e6b41e8a7bb6c4155e2..08cb9de96acbbb9d9c359591da4fd10edb02d487 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 a8c5fe043af4923456568336af9041e02ea13cf3..760d42582ec5bdba4a49bc6734cb07a991ce6111 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 bf2d61ddc087782ea30ffc4d8a30c10d456b8d22..fad7e14652e75495351c47599deaeba7352d9efb 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 480ad9c540edae2c358bbe4888330cb60c285b2b..214369a37bd08dcf64c5b014fb6418a4c2d38565 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 1f5a7115a4469c1201cadd6eaef6fbf507893127..7b6353178e3d9eb20735bcdd3d8404ef4c62ef21 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 8adff5e0a418c18a01df8fbc664ce8acea5c540c..7b9c260ff6b11ad76e97ad8a8108b58bc75fc9c7 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)