From 964546d44498bf95175e42f39d617841ea15262a Mon Sep 17 00:00:00 2001
From: mrdudz <mrdudz@users.noreply.github.com>
Date: Wed, 20 Apr 2022 00:11:24 +0200
Subject: [PATCH] typo

---
 src/ca65/expr.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/ca65/expr.h b/src/ca65/expr.h
index b18fabb01..c098aa1e2 100644
--- a/src/ca65/expr.h
+++ b/src/ca65/expr.h
@@ -172,7 +172,7 @@ ExprNode* FuncHiByte (void);
 /* Handle the .HIBYTE builtin function */
 
 ExprNode* MakeBoundedExpr (ExprNode* Expr, unsigned Size);
-/* Force the given expression into a specific size of ForceRange is true */
+/* Force the given expression into a specific size if ForceRange is true */
 
 ExprNode* BoundedExpr (ExprNode* (*ExprFunc) (void), unsigned Size);
 /* Parse an expression and force it within a given size if ForceRange is true */