summaryrefslogtreecommitdiffstats
path: root/yes.asm
diff options
context:
space:
mode:
Diffstat (limited to 'yes.asm')
-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