]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* cgraphunit.c, varpool.c: Fix comment typos.
authorKazu Hirata <kazu@codesourcery.com>
Fri, 22 Dec 2006 01:30:17 +0000 (01:30 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 22 Dec 2006 01:30:17 +0000 (01:30 +0000)
From-SVN: r120139

gcc/ChangeLog
gcc/cgraphunit.c
gcc/varpool.c

index aca90bd880e4ece699b6eaa1d82f7f6bfad3ba00..5bbfa73de5ffe75ee5c980877c95a28744ecd9b1 100644 (file)
@@ -6,6 +6,8 @@
        tree-ssa-live.h, tree-ssa-operands.c, tree-ssa-ter.c,
        tree-vrp.c, varpool.c: Fix comment typos.
 
+       * cgraphunit.c, varpool.c: Fix comment typos.
+
 2006-12-22  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * config/spu/spu.h (ARG_POINTER_CFA_OFFSET): Define.
index f1ea915344501a40cbfa2150c61c15fd944fcf27..37e1ac889953af5b7b65fffbb00adcb9666d9499 100644 (file)
@@ -66,7 +66,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
       data structure must be updated accordingly by this function.
       There should be little need to call this function and all the references
       should be made explicit to cgraph code.  At present these functions are
-      used by C++ frontend to explicitely mark the keyed methods.
+      used by C++ frontend to explicitly mark the keyed methods.
 
     - analyze_expr callback
 
index 03c351b7f21683a59c1894260558827a62ccf4f1..a3af8c7c2f51baa35c0e65a1cc23cdcdc2ad8c29 100644 (file)
@@ -43,7 +43,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
     The varpool nodes are allocated lazily for declarations
     either by frontend or at callgraph construction time.
     All variables supposed to be output into final file needs to be
-    explicitely marked by frontend via VARPOOL_FINALIZE_DECL function.  */
+    explicitly marked by frontend via VARPOOL_FINALIZE_DECL function.  */
 
 /* Hash table used to convert declarations into nodes.  */
 static GTY((param_is (struct varpool_node))) htab_t varpool_hash;