diff options
Diffstat (limited to 'src/lib/util/delegate.h')
-rw-r--r-- | src/lib/util/delegate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/delegate.h b/src/lib/util/delegate.h index d387db2dfcb..698632888cd 100644 --- a/src/lib/util/delegate.h +++ b/src/lib/util/delegate.h @@ -196,7 +196,7 @@ struct delegate_traits // delegate_mfp is a class that wraps a generic member function pointer // in a static buffer, and can effectively recast itself back for later use; -// it hides some of the gross details involved in copying artibtrary member +// it hides some of the gross details involved in copying arbitrary member // function pointers around class delegate_mfp { |