From: Holger Schemel Date: Fri, 23 Feb 2024 17:37:42 +0000 (+0100) Subject: fixed comment X-Git-Tag: 4.4.0.0-test-1~301 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;ds=inline;h=40f7a7770d4f382055cdb1ed3c365086d23b0483;p=rocksndiamonds.git fixed comment --- diff --git a/src/libgame/misc.c b/src/libgame/misc.c index c96fa177..264b7f8d 100644 --- a/src/libgame/misc.c +++ b/src/libgame/misc.c @@ -1085,7 +1085,7 @@ char *getBasePath(char *filename) // ---------------------------------------------------------------------------- -// various string functions +// various memory functions // ---------------------------------------------------------------------------- void *getMemCopy(const void *m, size_t size)