Skip to content

Commit

Permalink
Apparently, I cannot spell... and this will be squashed anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
IanTheEngineer committed Sep 2, 2015
1 parent a6356f7 commit 71c356e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/roscpp/src/libros/callback_queue.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ CallbackQueue::CallOneResult CallbackQueue::callOneCB(TLS* tls)

// Alias the CallbackInfo object via reference (rather than copying it)
CallbackInfo& info = *tls->cb_it;
// Incriment the reference count of the shared pointer of the
// Increment the reference count of the shared pointer of the
// CallbackInterface to make sure it is not destroyed while we wait for
// the mutex lock.
CallbackInterfacePtr cb = info.callback;
Expand Down

0 comments on commit 71c356e

Please sign in to comment.