1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-07 23:29:39 +00:00

fix NearAddr case in comment

This commit is contained in:
bbbradsmith 2019-05-01 03:59:05 -04:00 committed by Oliver Schmidt
parent 7d14cff6bb
commit 9299e550a5

View File

@ -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);