deep mods
[feisty_meow.git] / octopi / library / octopus / octopus.h
index ad60e4f8caaf2f5ad4391a421fd691c9e3255f28..ba91b2223972cea3a92a55b2403a4d8729ce53da 100644 (file)
@@ -136,12 +136,12 @@ public:
     call this function repeatedly to ensure that all responses have been
     provided.  the "original_id" is a copy of the "item_id" that was
     originally passed to evaluate_request().  the returned object must
-    eventually be destroyed if non-NIL. */
+    eventually be destroyed if non-null. */
 
   infoton *acquire_specific_result(const octopus_request_id &original_id);
     //!< supports seeking the result for a specific request.
     /*!< either the infoton that is a response to "original_id" will be
-    returned or NIL. */
+    returned or NULL_POINTER. */
 
   //////////////