mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
Fixed a comment.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5652 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
0ff4e5cf64
commit
2ce084228f
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user