From 1af2a51508e989956414f55240923a11a938ec6d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 19 Nov 2017 09:14:20 +0200 Subject: Fix typo --- libbutl/small-vector.mxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbutl') diff --git a/libbutl/small-vector.mxx b/libbutl/small-vector.mxx index ca44ed7..eb1223e 100644 --- a/libbutl/small-vector.mxx +++ b/libbutl/small-vector.mxx @@ -34,7 +34,7 @@ LIBBUTL_MODEXPORT namespace butl // Size keeps track of the number of elements that are constructed in // the buffer. Size equal N + 1 means the buffer is not allocated. // - // Note that the names are decorated in order no to conflict with + // Note that the names are decorated in order not to conflict with // std::vector interface. // alignas (alignof (T)) char data_[sizeof (T) * N]; -- cgit v1.1