diff --git a/include/xo/alloc2/CollectorTypeRegistry.hpp b/include/xo/alloc2/CollectorTypeRegistry.hpp index 4474e20..2b3bd4b 100644 --- a/include/xo/alloc2/CollectorTypeRegistry.hpp +++ b/include/xo/alloc2/CollectorTypeRegistry.hpp @@ -59,7 +59,7 @@ namespace xo { void register_types(init_function_type init_fn); /** register known GC-aware types with @p gc. - * Calls @c gc.isntall_type() for each + * Calls @c gc.install_type() for each * such type. **/ bool install_types(obj gc);