diff -r 9fdd8dba529c -r 5936db2c1987 BLIP/BLIPRequest.h
--- a/BLIP/BLIPRequest.h Sat May 24 17:25:06 2008 -0700
+++ b/BLIP/BLIPRequest.h Sun May 25 13:43:03 2008 -0700
@@ -10,7 +10,7 @@
@class BLIPResponse, MYTarget;
-/** A Request, or initiating message. */
+/** A Request, or initiating message, in the BLIP protocol. */
@interface BLIPRequest : BLIPMessage
{
@private
@@ -80,7 +80,7 @@
-/** A reply to a BLIPRequest. */
+/** A reply to a BLIPRequest, in the BLIP protocol. */
@interface BLIPResponse : BLIPMessage
{
@private