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 9f59c9e5effb4030f0a2b43d15f76f1a56188fa2..7bc8ff0a9800ff610e2762c4b6e0e218253615bb 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