changeset 19:8619377761fd

Fix comment
author daedric <d43dr1c@gmail.com>
date Sun, 21 Mar 2010 14:15:17 +0100
parents 8ca7eb7a60fb
children ce4c3431392f
files src/include/http/IHeader.hpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/include/http/IHeader.hpp	Sun Mar 21 14:15:08 2010 +0100
+++ b/src/include/http/IHeader.hpp	Sun Mar 21 14:15:17 2010 +0100
@@ -52,7 +52,7 @@
 
     /**
      * @brief operator overloading to facilitate header access.
-     * @see IHeader::value
+     * @see IHeader::setValue
      */
     virtual Value &             operator[](const Key & k) = 0;
 };