diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2014-01-24 14:05:32 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2014-01-24 14:05:32 -0500 |
commit | 4bcfd75c0331c8e291316e5e1b7ee668479d60b1 (patch) | |
tree | 9cf1052a25f989303e83e3b93375c575c0c01bec /gcc/cgraph.h | |
parent | 1c05df5916233ac81d368fbf42f272a8692564c7 (diff) | |
download | gcc-4bcfd75c0331c8e291316e5e1b7ee668479d60b1.zip gcc-4bcfd75c0331c8e291316e5e1b7ee668479d60b1.tar.gz gcc-4bcfd75c0331c8e291316e5e1b7ee668479d60b1.tar.bz2 |
typo
From-SVN: r207054
Diffstat (limited to 'gcc/cgraph.h')
-rw-r--r-- | gcc/cgraph.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraph.h b/gcc/cgraph.h index c763516..e9e93cd 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 |