make/common/Utils.gmk
changeset 54380 e297c7bb6469
parent 53683 48ff68e2fe5c
child 55166 2ae056696b15
--- a/make/common/Utils.gmk	Tue Apr 02 11:37:11 2019 +0200
+++ b/make/common/Utils.gmk	Tue Oct 24 10:41:45 2017 +0200
@@ -70,8 +70,8 @@
 
 ################################################################################
 # Replace question marks with space in string. This macro needs to be called on
-# files from CacheFind in case any of them contains space in their file name,
-# since CacheFind replaces space with ?.
+# files from FindFiles in case any of them contains space in their file name,
+# since FindFiles replaces space with ?.
 # Param 1 - String to replace in
 DecodeSpace = \
     $(subst ?,$(SPACE),$(strip $1))