kconfig: comment typo in scripts/kconfig/Makefile.
authorRob Landley <rob@landley.net>
Tue, 16 Oct 2007 00:23:12 +0000 (19:23 -0500)
committerSam Ravnborg <sam@neptun.(none)>
Thu, 18 Oct 2007 12:31:50 +0000 (14:31 +0200)
Typo in comment in scripts/kconfig/Makefile.

Signed-off-by: Rob Landley <rob@landley.net>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
scripts/kconfig/Makefile

index bb08069..83c5e76 100644 (file)
@@ -84,7 +84,7 @@ help:
 # lxdialog stuff
 check-lxdialog  := $(srctree)/$(src)/lxdialog/check-lxdialog.sh
 
-# Use reursively expanded variables so we do not call gcc unless
+# Use recursively expanded variables so we do not call gcc unless
 # we really need to do so. (Do not call gcc as part of make mrproper)
 HOST_EXTRACFLAGS = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ccflags)
 HOST_LOADLIBES   = $(shell $(CONFIG_SHELL) $(check-lxdialog) -ldflags $(HOSTCC))