aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/globals.s2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/globals.s b/include/globals.s
index d4a7f55..cbdb144 100644
--- a/include/globals.s
+++ b/include/globals.s
@@ -3,7 +3,7 @@
;; Global variables used throughout the code base.
.scope Globals
;;;
- ;; Argument values reserved passing arguments to functions in memory.
+ ;; Argument values reserved for passing arguments to functions in memory.
zp_arg0 = $00
zp_arg1 = $01
;; zp_arg2 = $02