diff options
Diffstat (limited to 'gcc/ipa-reference.c')
-rw-r--r-- | gcc/ipa-reference.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-reference.c b/gcc/ipa-reference.c index d38f7baba51..f2f9252e8ac 100644 --- a/gcc/ipa-reference.c +++ b/gcc/ipa-reference.c @@ -592,7 +592,7 @@ get_static_decl (int index) } /* Lookup the tree node for the static variable that has UID and - conver the name to a string for debugging. */ + convert the name to a string for debugging. */ static const char * get_static_name (int index) |