mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2025-12-29 00:41:33 +00:00
utils: Fix typo in comment
This commit is contained in:
parent
62801ad9ac
commit
09e01153b7
@ -238,7 +238,7 @@ inline shared_ptr<T> make_shared(Args&&... args)
|
||||
* You should inherit publicly this class in order to have base internal reference counting
|
||||
* implementation.
|
||||
*
|
||||
* This class uses aromic operations and virtual destructor so it's not really light.
|
||||
* This class uses atomic operations and virtual destructor so it's not really light.
|
||||
*/
|
||||
class shared_ptr_counted
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user