You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-benchmarks/i7z/files/typos.patch

26 lines
1013 B

Author: Andreas Beckmann <anbe@debian.org>
Description: fix typos found by Lintian
--- a/helper_functions.c
+++ b/helper_functions.c
@@ -528,7 +528,7 @@ void Test_Or_Make_MSR_DEVICE_FILES()
n=`expr $n + 1`; \
done; \
");
- printf ("i7z DEBUG: modprobbing for msr\n");
+ printf ("i7z DEBUG: modprobing for msr\n");
system ("modprobe msr");
} else {
printf ("i7z DEBUG: You DO NOT have root privileges, mknod to create device entries won't work out\n");
--- a/perfmon-i7z/helper_functions.cpp
+++ b/perfmon-i7z/helper_functions.cpp
@@ -484,7 +484,7 @@ void Test_Or_Make_MSR_DEVICE_FILES()
n=`expr $n + 1`; \
done; \
");
- printf ("i7z DEBUG: modprobbing for msr\n");
+ printf ("i7z DEBUG: modprobing for msr\n");
system ("modprobe msr");
} else {
printf ("i7z DEBUG: You DONOT have root privileges, mknod to create device entries won't work out\n");