mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-14 07:57:34 +08:00
Typo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user