From 9299e550a522aa191053c454c0f69f9649ea73c3 Mon Sep 17 00:00:00 2001 From: bbbradsmith Date: Wed, 1 May 2019 03:59:05 -0400 Subject: [PATCH] fix NearAddr case in comment --- src/ca65/studyexpr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ca65/studyexpr.c b/src/ca65/studyexpr.c index b4260cab7..6d8734c9e 100644 --- a/src/ca65/studyexpr.c +++ b/src/ca65/studyexpr.c @@ -1278,7 +1278,7 @@ static void StudyDWord (ExprNode* Expr, ExprDesc* D) static void StudyNearAddr (ExprNode* Expr, ExprDesc* D) -/* Study an EXPR_NearAddr expression node */ +/* Study an EXPR_NEARADDR expression node */ { /* Study the expression */ StudyExprInternal (Expr->Left, D);