summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGentoo <installgentoo@endianness.com>2020-08-12 19:51:04 +1000
committerGentoo <installgentoo@endianness.com>2020-08-12 19:51:04 +1000
commite0451c836699f869c97094b590a2a348506f2f1a (patch)
tree055a9257061b72edf43256ef2d071c7b5a318288
parent24d5fab3d7ff1f0d3ba6cae50935e964ee479875 (diff)
downloadyes-e0451c836699f869c97094b590a2a348506f2f1a.tar.gz
yes-e0451c836699f869c97094b590a2a348506f2f1a.tar.bz2
yes-e0451c836699f869c97094b590a2a348506f2f1a.zip
spelling fixes
-rw-r--r--yes.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/yes.asm b/yes.asm
index 6d61525..62127df 100644
--- a/yes.asm
+++ b/yes.asm
@@ -1,6 +1,6 @@
; Version : 0.1
; Last update : 12/8/2020
-; Description : Do you need ultimate yes peformance? Well, you've come to the right place.
+; Description : Do you need ultimate yes performance? Well, you've come to the right place.
; Licence : GPLv3
; Note : Assumes that the stack is at least 65536 bytes.
@@ -11,7 +11,7 @@ section .text
global _start
_start:
-xor ecx,ecx ;0 out the counter registor
+xor ecx,ecx ;0 out the counter register
ALIGN 16 ;Align the stack to 16 bytes
;; rsp is pointing to the "start" of the stack