]> Zhao Yanbai Git Server - minix.git/commitdiff
Fix comment mutilated by find/replace
authorErik van der Kouwe <erik@minix3.org>
Wed, 2 Feb 2011 14:53:49 +0000 (14:53 +0000)
committerErik van der Kouwe <erik@minix3.org>
Wed, 2 Feb 2011 14:53:49 +0000 (14:53 +0000)
lib/libdriver/driver.c

index 10b056b84a07d530f919c0441c52330237254b68..0d3b4fbe4140ea56ced40466013aa05db9205e07 100644 (file)
@@ -418,7 +418,7 @@ send_reply:
   /* Clean up leftover state. */
   (*dp->dr_cleanup)();
   
-  /* Finally, prepare and send the reply m_ptrage. */
+  /* Finally, prepare and send the reply message. */
   if (r == EDONTREPLY)
        return 0;