From c799ec7ffccc47bb32f2ee9d7966eeef5525583d Mon Sep 17 00:00:00 2001 From: Jeremiah Orians Date: Sun, 14 Aug 2016 17:44:20 -0400 Subject: [PATCH] Fixed minor typo in comments --- Library function prototypes/clear_string.s | 2 +- Library function prototypes/copy_string.s | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Library function prototypes/clear_string.s b/Library function prototypes/clear_string.s index b578fad..02fbe55 100644 --- a/Library function prototypes/clear_string.s +++ b/Library function prototypes/clear_string.s @@ -15,7 +15,7 @@ HALT NOP -;; Our simple string compare function +;; Our simple string clear function :clear_string ;; Preserve registers PUSHR R0 R15 diff --git a/Library function prototypes/copy_string.s b/Library function prototypes/copy_string.s index f5d23ef..7cac510 100644 --- a/Library function prototypes/copy_string.s +++ b/Library function prototypes/copy_string.s @@ -14,7 +14,7 @@ HALT NOP -;; Our simple string compare function +;; Our simple string copy function :copy_string ;; Preserve registers PUSHR R0 R15