From e6f397af73ad8394c15fd09b22f1a4a025436412 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Tue, 24 Mar 2026 17:37:27 -0400 Subject: [PATCH] xo-stringtable2: + is_gc_eligible() comptime flag --- include/xo/alloc2/CollectorTypeRegistry.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);