This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] gcc/*: Fix comment typos.


Hi,

Committed as obvious.

Kazu Hirata

2006-04-22  Kazu Hirata  <kazu@codesourcery.com>

	* config/soft-fp/op-common.h, double-int.h, tree-ssa-dom.c:
	Fix comment typos.
	* doc/tm.texi: Fix a typo.

Index: config/soft-fp/op-common.h
===================================================================
--- config/soft-fp/op-common.h	(revision 113174)
+++ config/soft-fp/op-common.h	(working copy)
@@ -35,7 +35,7 @@
   _FP_FRAC_DECL_##wc(X)
 
 /*
- * Finish truely unpacking a native fp value by classifying the kind
+ * Finish truly unpacking a native fp value by classifying the kind
  * of fp value and normalizing both the exponent and the fraction.
  */
 
Index: doc/tm.texi
===================================================================
--- doc/tm.texi	(revision 113174)
+++ doc/tm.texi	(working copy)
@@ -9144,7 +9144,7 @@ such cases may improve things.
 @end defmac
 
 @deftypefn {Target Hook} int TARGET_MODE_REP_EXTENDED (enum machine_mode @var{mode}, enum machine_mode @var{rep_mode})
-The representation of an intergral mode can be such that the values
+The representation of an integral mode can be such that the values
 are always extended to a wider integral mode.  Return
 @code{SIGN_EXTEND} if values of @var{mode} are represented in
 sign-extended form to @var{rep_mode}.  Return @code{UNKNOWN}
Index: double-int.h
===================================================================
--- double-int.h	(revision 113174)
+++ double-int.h	(working copy)
@@ -44,7 +44,7 @@ Software Foundation, 51 Franklin Street,
 
    ??? The components of double_int differ in signedness mostly for
    historical reasons (they replace an older structure used to represent
-   numbers with precision wigher than HOST_WIDE_INT).  It might be less
+   numbers with precision higher than HOST_WIDE_INT).  It might be less
    confusing to have them both signed or both unsigned.  */
 
 typedef struct
Index: tree-ssa-dom.c
===================================================================
--- tree-ssa-dom.c	(revision 113174)
+++ tree-ssa-dom.c	(working copy)
@@ -2439,7 +2439,7 @@ eliminate_degenerate_phis (void)
 
      A set bit indicates that the statement or PHI node which
      defines the SSA_NAME should be (re)examined to determine if
-     it has become a degenerate PHI or trival const/copy propagation
+     it has become a degenerate PHI or trivial const/copy propagation
      opportunity. 
 
      Experiments have show we generally get better compilation


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]