]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - zone.c
Corrected names in credits to be more accurate and consistent.
[xonotic/darkplaces.git] / zone.c
diff --git a/zone.c b/zone.c
index 2aa575e786b442cd96a59f683c856f4f89bac3da..caeb6e1066cb6660e996813748ac263bd239951b 100644 (file)
--- a/zone.c
+++ b/zone.c
@@ -45,7 +45,7 @@ void *mem_mutex = NULL;
 # define FILE_BACKED_MALLOC 0
 #endif
 
-// LordHavoc: enables our own low-level allocator (instead of malloc)
+// LadyHavoc: enables our own low-level allocator (instead of malloc)
 #ifndef MEMCLUMPING
 # define MEMCLUMPING 0
 #endif