X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=Utils%2FBuffer.hh;h=87671cd6dac0ea6ae436e2599d62a7d9ba396d8e;hb=ea8b2923c29a6902f507db2b485a44a58e9406f0;hp=c6beafa6f4d87e880718b6bc58bf97ed74ba0373;hpb=f73fa16ed5abdce272ac77f8b8b9ef2b9922c266;p=senf.git diff --git a/Utils/Buffer.hh b/Utils/Buffer.hh index c6beafa..87671cd 100644 --- a/Utils/Buffer.hh +++ b/Utils/Buffer.hh @@ -53,7 +53,7 @@ type. This macro is used when \a size is a dynamic expression and not a constant value. For constant - values, use \c boost::aray (or C++ builtin arrays). Depending on compiler support, this version + values, use \c boost::array (or C++ builtin arrays). Depending on compiler support, this version will try to avoid dynamic memory allocation. The type of the declared local variable \a sym is either pointer to \a type or array of \a type: