summaryrefslogtreecommitdiff
path: root/yapf/array.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'yapf/array.hpp')
-rw-r--r--yapf/array.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yapf/array.hpp b/yapf/array.hpp
index cfee3c3e6..0d330aeed 100644
--- a/yapf/array.hpp
+++ b/yapf/array.hpp
@@ -6,7 +6,7 @@
#include "fixedsizearray.hpp"
/** Flexible array with size limit. Implemented as fixed size
- array of fixed size arrays */
+ * array of fixed size arrays */
template <class Titem_, int Tblock_size_ = 1024, int Tnum_blocks_ = Tblock_size_>
class CArrayT {
public: