aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r--gcc/c-decl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c
index f7651c0..94d1ca0 100644
--- a/gcc/c-decl.c
+++ b/gcc/c-decl.c
@@ -6808,7 +6808,7 @@ c_expand_body (fndecl, nested_p, can_defer_p)
function could not be deferred. */
&& defer_fn (fndecl))
{
- /* Let the back-end know that this funtion exists. */
+ /* Let the back-end know that this function exists. */
(*debug_hooks->deferred_inline_function) (fndecl);
timevar_pop (TV_INTEGRATION);
return;