From 4bcfd75c0331c8e291316e5e1b7ee668479d60b1 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Fri, 24 Jan 2014 14:05:32 -0500 Subject: [PATCH] typo From-SVN: r207054 --- gcc/cgraph.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/cgraph.h b/gcc/cgraph.h index c763516641f..e9e93cd3481 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