From: Jason Merrill Date: Fri, 24 Jan 2014 19:05:32 +0000 (-0500) Subject: typo X-Git-Tag: releases/gcc-4.9.0~1379 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bcfd75c0331c8e291316e5e1b7ee668479d60b1;p=thirdparty%2Fgcc.git typo From-SVN: r207054 --- diff --git a/gcc/cgraph.h b/gcc/cgraph.h index c763516641f3..e9e93cd3481f 100644 --- a/gcc/cgraph.h +++ b/gcc/cgraph.h @@ -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