From: uz Date: Wed, 25 Apr 2012 17:26:30 +0000 (+0000) Subject: Fixed a comment. X-Git-Tag: V2.14~415 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2ce084228fb3ecc90d502d1da9dc5bd162a217d9;p=cc65 Fixed a comment. git-svn-id: svn://svn.cc65.org/cc65/trunk@5652 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- 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 */