]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
typo
authorJason Merrill <jason@gcc.gnu.org>
Fri, 24 Jan 2014 19:05:32 +0000 (14:05 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Fri, 24 Jan 2014 19:05:32 +0000 (14:05 -0500)
From-SVN: r207054

gcc/cgraph.h

index c763516641f347929729538c484995d0c9ff89b9..e9e93cd3481f1837f65df8188617708da0717729 100644 (file)
@@ -82,7 +82,7 @@ public:
 
   /* Set when function is visible by other units.  */
   unsigned externally_visible : 1;
-  /* The symbol will be assumed to be used in an invisiable way (like 
+  /* The symbol will be assumed to be used in an invisible way (like
      by an toplevel asm statement).  */
   unsigned force_output : 1;
   /* Like FORCE_OUTPUT, but in the case it is ABI requiring the symbol to be