diff --git a/Code/Common/otbStreamingTraits.h b/Code/Common/otbStreamingTraits.h
index a3953e8eae34fffd7daa5cfa07345d0af9acf076..e8c167daa187037f99b941050195bc477ce28836 100644
--- a/Code/Common/otbStreamingTraits.h
+++ b/Code/Common/otbStreamingTraits.h
@@ -107,7 +107,7 @@ public:
    * \param mode  the streaming mode,
    * \param numberOfStreamDivision the number of stream division if streaming mode is SET_NUMBER_OF_STREAM_DIVISIONS,
    * \param bufferMemorySize the buffer memory size in bytes if streaming mode is SET_BUFFER_MEMORY_SIZE,
-   * \param bufferNumberOfLinesDivisions the buffer number of lines division if the streaming mode is SET_AUTOMATIC_NUMBER_OF_STREAM_DIVISIONS.
+   * \param bufferNumberOfLinesDivisions the buffer number of lines division if the streaming mode is SET_BUFFER_NUMBER_OF_LINES.
    * \return The number of streaming divisions.
    */
   static unsigned long CalculateNumberOfStreamDivisions(const TImage * image,