diff options
| author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-18 16:51:16 +0000 |
|---|---|---|
| committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-18 16:51:16 +0000 |
| commit | bbd5cba21afb7ee80d797ecef43e7db8a8f890e1 (patch) | |
| tree | f5ad2b1cd6dd202b191ed88996e8d0cd63c73fb5 /gcc/cgraphunit.c | |
| parent | f0a2eecfdfcc438c74a82671d9ee5957b2999d32 (diff) | |
| download | ppe42-gcc-bbd5cba21afb7ee80d797ecef43e7db8a8f890e1.tar.gz ppe42-gcc-bbd5cba21afb7ee80d797ecef43e7db8a8f890e1.zip | |
* cgraphunit.c (cgraph_finalize_compilation_unit): Fix a comment
typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98330 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cgraphunit.c')
| -rw-r--r-- | gcc/cgraphunit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cgraphunit.c b/gcc/cgraphunit.c index 4d96518bc04..9b16e929978 100644 --- a/gcc/cgraphunit.c +++ b/gcc/cgraphunit.c @@ -813,7 +813,7 @@ cgraph_finalize_compilation_unit (void) node->next_needed = NULL; /* ??? It is possible to create extern inline function and later using - weak alas attribute to kill its body. See + weak alias attribute to kill its body. See gcc.c-torture/compile/20011119-1.c */ if (!DECL_SAVED_TREE (decl)) continue; |

