From 26ac986ec95a37e2f8f6f8dff75e77179cf4e590 Mon Sep 17 00:00:00 2001
From: kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Date: Sun, 29 Oct 2006 04:46:24 +0000
Subject: [PATCH] 	* config/darwin.c, config/darwin.opt,
 config/ia64/itanium1.md, 	config/ia64/itanium2.md, real.c,
 tree-ssa-structalias.c: Fix 	comment typos.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118133 138bc75d-0d04-0410-961f-82ee72b054a4
---
 gcc/ChangeLog               | 6 ++++++
 gcc/config/darwin.c         | 2 +-
 gcc/config/darwin.opt       | 4 ++--
 gcc/config/ia64/itanium1.md | 2 +-
 gcc/config/ia64/itanium2.md | 2 +-
 gcc/real.c                  | 2 +-
 gcc/tree-ssa-structalias.c  | 2 +-
 7 files changed, 13 insertions(+), 7 deletions(-)

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0f33ba89a709..670536c1b154 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-29  Kazu Hirata  <kazu@codesourcery.com>
+
+	* config/darwin.c, config/darwin.opt, config/ia64/itanium1.md,
+	config/ia64/itanium2.md, real.c, tree-ssa-structalias.c: Fix
+	comment typos.
+
 2006-10-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
 	PR middle-end/29335
diff --git a/gcc/config/darwin.c b/gcc/config/darwin.c
index dfd84ef5191e..7475b1a5e990 100644
--- a/gcc/config/darwin.c
+++ b/gcc/config/darwin.c
@@ -1610,7 +1610,7 @@ darwin_set_default_type_attributes (tree type)
                                         TYPE_ATTRIBUTES (type));
 }
 
-/* True, iff we're generating code for loadable kernel extentions.  */
+/* True, iff we're generating code for loadable kernel extensions.  */
 
 bool
 darwin_kextabi_p (void) {
diff --git a/gcc/config/darwin.opt b/gcc/config/darwin.opt
index 9fee719b1cde..ef89b7860084 100644
--- a/gcc/config/darwin.opt
+++ b/gcc/config/darwin.opt
@@ -33,8 +33,8 @@ Set sizeof(bool) to 1
 
 fapple-kext
 Target Report Var(flag_apple_kext)
-Generate code for darwin loadable kernel extentions
+Generate code for darwin loadable kernel extensions
 
 mkernel
 Target Report Var(flag_mkernel)
-Generate code for the kernel or loadable kernel extentions
+Generate code for the kernel or loadable kernel extensions
diff --git a/gcc/config/ia64/itanium1.md b/gcc/config/ia64/itanium1.md
index f9b7f91a9cd4..0c30e017e3d8 100644
--- a/gcc/config/ia64/itanium1.md
+++ b/gcc/config/ia64/itanium1.md
@@ -131,7 +131,7 @@
        This is only worth to do when we are debugging the description
        and need to look more accurately at reservations of states.
 
-     o "ndfa" which makes automata with nondetermenistic reservation
+     o "ndfa" which makes automata with nondeterministic reservation
         by insns.
 
    o (define_reservation string string) names reservation (the first
diff --git a/gcc/config/ia64/itanium2.md b/gcc/config/ia64/itanium2.md
index a10971df7ded..c7db89e47448 100644
--- a/gcc/config/ia64/itanium2.md
+++ b/gcc/config/ia64/itanium2.md
@@ -129,7 +129,7 @@
        This is only worth to do when we are debugging the description
        and need to look more accurately at reservations of states.
 
-     o "ndfa" which makes automata with nondetermenistic reservation
+     o "ndfa" which makes automata with nondeterministic reservation
         by insns.
 
    o (define_reservation string string) names reservation (the first
diff --git a/gcc/real.c b/gcc/real.c
index 68cb71ba8436..8c263e0097ba 100644
--- a/gcc/real.c
+++ b/gcc/real.c
@@ -4923,7 +4923,7 @@ real_copysign (REAL_VALUE_TYPE *r, const REAL_VALUE_TYPE *x)
 }
 
 /* Convert from REAL_VALUE_TYPE to MPFR.  The caller is responsible
-   for initializing and clearing the MPFR parmeter.  */
+   for initializing and clearing the MPFR parameter.  */
 
 void
 mpfr_from_real (mpfr_ptr m, const REAL_VALUE_TYPE *r)
diff --git a/gcc/tree-ssa-structalias.c b/gcc/tree-ssa-structalias.c
index d47a79dc67f5..c7ee8aabaecd 100644
--- a/gcc/tree-ssa-structalias.c
+++ b/gcc/tree-ssa-structalias.c
@@ -2421,7 +2421,7 @@ get_constraint_for_component_ref (tree t, VEC(ce_s, heap) **results)
  
   t = get_ref_base_and_extent (t, &bitpos, &bitsize, &bitmaxsize);
 
-  /* String constants's are readonly, so there is nothing to really do
+  /* String constants are readonly, so there is nothing to really do
      here.  */
   if (TREE_CODE (t) == STRING_CST)
     return;
-- 
GitLab