]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - README
Cleanups
[xonotic/gmqcc.git] / README
diff --git a/README b/README
index 79b57cf25002f3a28ed0d666e37e068723df0714..48955ae0c6642bd4bed1e6da93f10cdbbe42ca61 100644 (file)
--- a/README
+++ b/README
@@ -30,9 +30,9 @@ typedef.c
        complicated than it sounds.  This handles all typedefs, and even recrusive
        typedefs.
        
-alloc.c
-       This is just an allocator for the compiler, it's used for debugging reasons
-       only.
+util.c
+       These are utilities for the compiler, some things in here include a
+       allocator used for debugging, and some string functions.
        
 README
        This is the file you're currently reading