summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFrank Kotler <fbkotler@users.sourceforge.net>2003-08-06 07:13:59 +0000
committerFrank Kotler <fbkotler@users.sourceforge.net>2003-08-06 07:13:59 +0000
commit16486faf303a17f516bfbc907eec4b6ba8ac1e35 (patch)
tree196a4a8cbc83afa99d7181ca54722ed12eabe6eb /test
parent7fd4f0093001316ef8558183df3994b0d75ac6b8 (diff)
downloadnasm-16486faf303a17f516bfbc907eec4b6ba8ac1e35.tar.gz
nasm-16486faf303a17f516bfbc907eec4b6ba8ac1e35.tar.bz2
nasm-16486faf303a17f516bfbc907eec4b6ba8ac1e35.zip
fix comment in test/lnxhello.asm
Diffstat (limited to 'test')
-rw-r--r--test/lnxhello.asm3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lnxhello.asm b/test/lnxhello.asm
index 9f59c9e..7bc8ff0 100644
--- a/test/lnxhello.asm
+++ b/test/lnxhello.asm
@@ -2,7 +2,8 @@
; Assembly "Hello, World!" for Linux
;
-/* Properly defined in <sys/syscall.h> */
+
+; Properly defined in <sys/syscall.h>
%define SYS_exit 1
%define SYS_write 4