replaced tabs to spaces
[senf.git] / Utils / Buffer.hh
index c6beafa..c5e92bf 100644 (file)
@@ -1,8 +1,8 @@
 // $Id$
 //
-// Copyright (C) 2007 
-// Fraunhofer Institute for Open Communication Systems (FOKUS) 
-// Competence Center NETwork research (NET), St. Augustin, GERMANY 
+// Copyright (C) 2007
+// Fraunhofer Institute for Open Communication Systems (FOKUS)
+// Competence Center NETwork research (NET), St. Augustin, GERMANY
 //     Stefan Bund <g0dil@berlios.de>
 //
 // This program is free software; you can redistribute it and/or modify
@@ -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: