diff options
Diffstat (limited to 'plugins/imklog/ksym.c')
-rw-r--r-- | plugins/imklog/ksym.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/imklog/ksym.c b/plugins/imklog/ksym.c index 34ce909e..f636a7bb 100644 --- a/plugins/imklog/ksym.c +++ b/plugins/imklog/ksym.c @@ -202,8 +202,7 @@ extern int InitKsyms(char *mapfile) } - /* - * Read the kernel symbol table file and add entries for each + /* Read the kernel symbol table file and add entries for each * line. I suspect that the use of fscanf is not really in vogue * but it was quick and dirty and IMHO suitable for fixed format * data such as this. If anybody doesn't agree with this please |