From 328f98e6054edda22fbf1a0c62dca4d3d8d9af23 Mon Sep 17 00:00:00 2001 From: Pavel Kirienko Date: Thu, 13 Feb 2014 13:04:50 +0400 Subject: [PATCH] Typo --- .../include/uavcan/internal/transport/transfer_listener.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libuavcan/include/uavcan/internal/transport/transfer_listener.hpp b/libuavcan/include/uavcan/internal/transport/transfer_listener.hpp index 6b6d277fe8..4556b90052 100644 --- a/libuavcan/include/uavcan/internal/transport/transfer_listener.hpp +++ b/libuavcan/include/uavcan/internal/transport/transfer_listener.hpp @@ -158,9 +158,9 @@ class TransferListener : public TransferListenerBase, Noncopyable { /* * TransferReceivers do not own their buffers - this helps the Map<> container to copy them - * around quickly and safely (using default operator==()). Downside is that we need to destroy - * the buffers manually. - * Maybe it is not good that the predicate is being using as mapping functor, but I ran out + * around quickly and safely (using default assignment operator). Downside is that we need to + * destroy the buffers manually. + * Maybe it is not good that the predicate is being used as mapping functor, but I ran out * of better ideas. */ bufmgr_.remove(key);