summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2006-07-29 16:21:54 +0000
committerkhali <khali@7894878c-1315-0410-8ee3-d5d059ff63e0>2006-07-29 16:21:54 +0000
commit94173f7bf0e42bfad6ba94539ce78914e3f8456e (patch)
treeebefaf698668b8b6f5fd0fba0a28cf51a82e3e2b /Makefile
parent4690573973af7dabffdf74647e20cacffae02516 (diff)
downloadlm-sensors-94173f7bf0e42bfad6ba94539ce78914e3f8456e.tar.gz
Typo fix, thanks to Brian C for reporting.
git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@4079 7894878c-1315-0410-8ee3-d5d059ff63e0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ab308e15..5e54e8df 100644
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,9 @@
# Everything you may want to change is in the top of this file. Usually, you
# can just use the defaults, fortunately.
-# You need a full complement of GNU utilities to run this Makefile succesfully;
-# most notably, you need bash, GNU make, flex (>= 2.5.1) and bison.
+# You need a full complement of GNU utilities to run this Makefile
+# successfully; most notably, you need bash, GNU make, flex (>= 2.5.1)
+# and bison.
# If your /bin/sh is not bash, change the below definition so that make can
# find bash. Or you can hope your sh-like shell understands all scripts.