summaryrefslogtreecommitdiff
blob: 9b1f3b95216605627e6e4915739cf46b4072e54d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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");