From 861315d1c375c4e5552f6269ef6d690a5b9506b0 Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Sat, 16 May 2015 13:44:03 +0300 Subject: [PATCH] Typo --- libuavcan/include/uavcan/util/multiset.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libuavcan/include/uavcan/util/multiset.hpp b/libuavcan/include/uavcan/util/multiset.hpp index 0f8b0799f8..b9a9b4b07e 100644 --- a/libuavcan/include/uavcan/util/multiset.hpp +++ b/libuavcan/include/uavcan/util/multiset.hpp @@ -328,7 +328,7 @@ public: } /** - * Complexity is O(N). + * Complexity is O(1). */ bool isEmpty() const { return find(YesPredicate()) == NULL; }