Fixed minor typo in comments

This commit is contained in:
Jeremiah Orians 2016-08-14 17:44:20 -04:00
parent 4ed9c427f2
commit c799ec7ffc
No known key found for this signature in database
GPG Key ID: 7457821534D2ACCD
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
HALT
NOP
;; Our simple string compare function
;; Our simple string clear function
:clear_string
;; Preserve registers
PUSHR R0 R15

View File

@ -14,7 +14,7 @@
HALT
NOP
;; Our simple string compare function
;; Our simple string copy function
:copy_string
;; Preserve registers
PUSHR R0 R15