]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTModuleAgent.h
bugfixes, code cleanup and docu
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTModuleAgent.h
index 1a430ae269e7776c33f77d3d37966d2144d45596..0b74fca461bd4f736f450ef9927b484c2935a267 100644 (file)
@@ -330,10 +330,10 @@ class AliHLTModuleAgent : public TObject, public AliHLTLogging {
 
   /**
    * Delete an HLTOUT handler.
-   * Even if the agent returned the handler several times, this is the
-   * final cleanup. The framwork makes sure that the handler is not
-   * used any further outside the agent. The default implementation just
-   * deltetes the object.
+   * This is the final cleanup. The framwork makes sure that the handler is
+   * not used any further outside the agent. Even if the agent returned the
+   * same handler several times, cleanup is invoked only once. The default
+   * implementation just deletes the object.
    * @param pInstance      pointer to handler
    */
   virtual int DeleteOutputHandler(AliHLTOUTHandler* pInstance);