diff --git a/src/cc65/function.c b/src/cc65/function.c index 5681b2a8b..2956fed1d 100644 --- a/src/cc65/function.c +++ b/src/cc65/function.c @@ -373,7 +373,7 @@ static void F_EmitDebugInfo (void) /* Emit debug infos for the current function */ { if (DebugInfo) { - /* Get the current fuction */ + /* Get the current function */ const SymEntry* Sym = CurrentFunc->FuncEntry; /* Output info for the function itself */