diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/pic30/standalone_test.s | 2 | ||||
-rw-r--r-- | test/pic30/test.s | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/pic30/standalone_test.s b/test/pic30/standalone_test.s index 1682fed..98a8d5c 100644 --- a/test/pic30/standalone_test.s +++ b/test/pic30/standalone_test.s @@ -9,7 +9,7 @@ hello: .text .global __reset __reset: - ; set PSVPAG to page that tqcontains 'hello' + ; set PSVPAG to page that contains 'hello' mov #psvpage(hello),w0 mov w0,PSVPAG ; enable Program Space Visibility diff --git a/test/pic30/test.s b/test/pic30/test.s index 1682fed..98a8d5c 100644 --- a/test/pic30/test.s +++ b/test/pic30/test.s @@ -9,7 +9,7 @@ hello: .text .global __reset __reset: - ; set PSVPAG to page that tqcontains 'hello' + ; set PSVPAG to page that contains 'hello' mov #psvpage(hello),w0 mov w0,PSVPAG ; enable Program Space Visibility |