X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=octopi%2Flibrary%2Foctopus%2Ftentacle.h;fp=octopi%2Flibrary%2Foctopus%2Ftentacle.h;h=d04af24bac26a88269eff81ed80449539233c256;hb=d7e8a05960951d8ce67e36c587726a851e2f5165;hp=c4352d8501abfc1ff15af5add9eb051b99d47444;hpb=fa30e6adff1dea5d6b3903279ef024dd3bed043f;p=feisty_meow.git diff --git a/octopi/library/octopus/tentacle.h b/octopi/library/octopus/tentacle.h index c4352d85..d04af24b 100644 --- a/octopi/library/octopus/tentacle.h +++ b/octopi/library/octopus/tentacle.h @@ -142,7 +142,7 @@ public: /*!< this function locates the next request for the tentacle when it is in its consume() method. the returned infoton was previously passed to the enqueue() method and needs to be processed. if there are no - requests ready, NIL is returned. */ + requests ready, NULL_POINTER is returned. */ bool store_product(infoton *product, const octopus_request_id &original_id); //!< used by tentacles to store the objects they produce from infotons.