]> git.sur5r.net Git - cc65/commitdiff
Fixed a comment.
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 25 Apr 2012 17:26:30 +0000 (17:26 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Wed, 25 Apr 2012 17:26:30 +0000 (17:26 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@5652 b7a2c559-68d2-44c3-8de9-860c34a00d81

src/cc65/function.c

index 5681b2a8b6d173b2c8ce41bf6a4200528cdfea85..2956fed1d0ca5ecf62c0bb0ea8f687f37071fe4f 100644 (file)
@@ -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 */