summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL2
-rwxr-xr-xmkpatch/mkpatch.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index a5f26a72..f707a219 100644
--- a/INSTALL
+++ b/INSTALL
@@ -254,7 +254,7 @@ It will only work if you applied the i2c patches first.
The kernel diffs are generated by the program `mkpatch.pl' in the mkpatch
subdirectory. It needs two arguments: the first one is the root of the
-i2c package, the second one is the root of the kernel tree against
+lm_sensors package, the second one is the root of the kernel tree against
which the diffs will be generated. For example:
cd /tmp/lm_sensors-2.4.0
mkpatch/mkpatch.pl . /usr/src/linux > /tmp/sensors-patch
diff --git a/mkpatch/mkpatch.pl b/mkpatch/mkpatch.pl
index 11062122..5f127e83 100755
--- a/mkpatch/mkpatch.pl
+++ b/mkpatch/mkpatch.pl
@@ -22,7 +22,7 @@ use strict;
use vars qw($temp);
$temp = "mkpatch/.temp";
-# Generate a diff between the old kernel file and the new I2C file. We
+# Generate a diff between the old kernel file and the new lm_sensors file. We
# arrange the headers to tell us the old tree was under directory
# `linux-old', and the new tree under `linux'.
# $_[0]: sensors package root (like /tmp/sensors)