updated for version 7.1b
diff --git a/src/os_amiga.c b/src/os_amiga.c
index 07000dc..f054103 100644
--- a/src/os_amiga.c
+++ b/src/os_amiga.c
@@ -217,7 +217,7 @@
     long    msec;
     int	    ignoreinput;
 {
-#ifndef LATTICE		/* SAS declares void Delay(UNLONG) */
+#ifndef LATTICE		/* SAS declares void Delay(ULONG) */
     void	    Delay __ARGS((long));
 #endif
 
@@ -1145,7 +1145,7 @@
 
     static long
 dos_packet(pid, action, arg)
-    struct MsgPort *pid;    /* process indentifier ... (handlers message port) */
+    struct MsgPort *pid;    /* process identifier ... (handlers message port) */
     long	    action, /* packet type ... (what you want handler to do)   */
 		    arg;    /* single argument */
 {