fix comment in test/lnxhello.asm
authorFrank Kotler <fbkotler@users.sourceforge.net>
Wed, 6 Aug 2003 07:13:59 +0000 (07:13 +0000)
committerFrank Kotler <fbkotler@users.sourceforge.net>
Wed, 6 Aug 2003 07:13:59 +0000 (07:13 +0000)
test/lnxhello.asm

index 9f59c9e..7bc8ff0 100644 (file)
@@ -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