Skip to content

Commit fae1acf

Browse files
committed
[skip ci] fixup comment
1 parent fae1dca commit fae1acf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

count.asm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
BITS 64
1010
DEFAULT REL ; Use RIP-relative addressing by default which is faster and smaller
1111

12-
; Needs to be page aligned - there is some historical reasons why it's usually
12+
; Needs to be page aligned - there are some historical reasons why it's usually
1313
; set to 0x08048000 but it's not required. From my testing 0x10000 is the lowest
1414
; value I can set it to without the program segfaulting.
1515
org 0x10000

0 commit comments

Comments
 (0)