From 2ce084228fb3ecc90d502d1da9dc5bd162a217d9 Mon Sep 17 00:00:00 2001 From: uz Date: Wed, 25 Apr 2012 17:26:30 +0000 Subject: [PATCH] Fixed a comment. git-svn-id: svn://svn.cc65.org/cc65/trunk@5652 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- src/cc65/function.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.39.5