Fix comment mutilated by find/replace

This commit is contained in:
Erik van der Kouwe 2011-02-02 14:53:49 +00:00
parent 914cdb5997
commit b096b323d1

View File

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