From 1c4318331663b152b0b298bd2c9e5c971506a86b Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sat, 10 Jun 2023 16:44:19 +0100 Subject: Prune some comments and tidy up other minor things --- src/dictmaptree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dictmaptree.h') diff --git a/src/dictmaptree.h b/src/dictmaptree.h index 8a354fe..190683c 100644 --- a/src/dictmaptree.h +++ b/src/dictmaptree.h @@ -22,7 +22,7 @@ /* * Valve's dict/map/tree structures come in various shapes and sizes, so here we - * do the generic macro thing for future proofing. For now we just define a + * do the generic macro thing for future-proofing. For now we just define a * CUtlDict (map with string keys) of pointers, with ushort indices, which is * sufficient for server entity factory lookup, and probably some other stuff. * Functions for actually modifying the dicts/maps/trees aren't implemented. -- cgit v1.2.3