]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTDataBuffer.h
- changes according to coding conventions and documentation
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTDataBuffer.h
index 90a0ebcc55c2ab2a037f885e074472dda9a2046f..68731de08122ee7a61c356a06a980533cb88e41f 100644 (file)
@@ -251,7 +251,7 @@ class AliHLTDataBuffer : public TObject, public AliHLTLogging {
    * This is usually done after the component has written the data to the buffer, 
    * which was requested by the @ref GetTargetBuffer method. The component might
    * produce different types of data, for each type a segment has to be defined
-   * which describes the data inside the bauffer.<br>
+   * which describes the data inside the buffer.<br>
    * The @ref AliHLTComponentBlockData segment descriptor comes directly from the
    * @ref AliHLTComponent::ProcessEvent method.
    * @param pTgt            the target buffer which the segments refer to