From a6e9fb5e8f8f003a1e9d7e88555c4176fe375054 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 9 Jul 2024 19:25:17 +0000 Subject: [PATCH] cdrom: Fix typo Signed-off-by: Michael Tremer --- lfs/cdrom | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/cdrom b/lfs/cdrom index 3681b0588..724ead9ef 100644 --- a/lfs/cdrom +++ b/lfs/cdrom @@ -150,7 +150,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) # Copy all files that we want $(call COPY_FILES,$(DIR_SRC)/config/rootfiles/common,$(DIR_TMP)/root) - # Create mountpoints + # Create mount points $(call CREATE_MOUNTPOINTS,$(DIR_TMP)/root) # Create the archive -- 2.39.5