summaryrefslogtreecommitdiffstats
path: root/scripts/Configure
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Configure')
-rw-r--r--scripts/Configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/Configure b/scripts/Configure
index 3b05916e6..e65b3f73d 100644
--- a/scripts/Configure
+++ b/scripts/Configure
@@ -1,7 +1,7 @@
#! /bin/sh
#
-# This script is used to configure the linux kernel.
+# This script is used to configure the Linux kernel.
#
# It was inspired by the challenge in the original Configure script
# to ``do something better'', combined with the actual need to ``do
@@ -525,7 +525,7 @@ mv .tmpconfig .config
mv .tmpconfig.h include/linux/autoconf.h
echo
-echo "The linux kernel is now hopefully configured for your setup."
+echo "The Linux kernel should now be configured for your setup."
echo "Check the top-level Makefile for additional configuration,"
echo "and do a 'make dep ; make clean' if you want to be sure all"
echo "the files are correctly re-made"