summaryrefslogtreecommitdiffhomepage
path: root/src/dictmaptree.h
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2023-06-10 16:44:19 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2023-06-10 16:51:02 +0100
commit1c4318331663b152b0b298bd2c9e5c971506a86b (patch)
treea402681cb84b491819ba5018525c16340110fd4d /src/dictmaptree.h
parent602a18977d500ad068fd63fbedcafb630c29ee72 (diff)
Prune some comments and tidy up other minor things
Diffstat (limited to 'src/dictmaptree.h')
-rw-r--r--src/dictmaptree.h2
1 files changed, 1 insertions, 1 deletions
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.