diff mbox

PATCH: comment typo

Message ID 4D6CD5CF.6040207@gmail.com
State New
Headers show

Commit Message

Laurynas Biveinis March 1, 2011, 11:17 a.m. UTC
Committed to gc-improv, will commit to trunk when I get around it.

2011-03-01  Laurynas Biveinis  <laurynas.biveinis@gmail.com>

            * varpool.c (varpool_finalize_decl): Fix typo in comment.
diff mbox

Patch

Index: varpool.c
===================================================================
--- varpool.c	(revision 169049)
+++ varpool.c	(working copy)
@@ -395,8 +395,8 @@ 
   return true;
 }

-/* Mark DECL as finalized.  By finalizing the declaration, frontend instruct the
-   middle end to output the variable to asm file, if needed or externally
+/* Mark DECL as finalized.  By finalizing the declaration, frontend instructs
+   the middle end to output the variable to asm file, if needed or externally
    visible.  */
 void
 varpool_finalize_decl (tree decl)