Skip to content

Commit

Permalink
kconfig: comment typo in scripts/kconfig/Makefile.
Browse files Browse the repository at this point in the history
Typo in comment in scripts/kconfig/Makefile.

Signed-off-by: Rob Landley <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
  • Loading branch information
landley authored and Sam Ravnborg committed Oct 18, 2007
1 parent bb13be5 commit e9e40e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kconfig/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit e9e40e1

Please sign in to comment.