diff options
Diffstat (limited to 'modutils/modprobe.c')
-rw-r--r-- | modutils/modprobe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modutils/modprobe.c b/modutils/modprobe.c index a7c6307f8..dbed4ea0f 100644 --- a/modutils/modprobe.c +++ b/modutils/modprobe.c | |||
@@ -234,7 +234,7 @@ static void include_conf(struct dep_t **first, struct dep_t **current, char *buf | |||
234 | { | 234 | { |
235 | int continuation_line = 0; | 235 | int continuation_line = 0; |
236 | 236 | ||
237 | // alias parsing is not 100% correct (no correct handling of continuation lines within an alias) ! | 237 | // alias parsing is not 100% correct (no correct handling of continuation lines within an alias)! |
238 | 238 | ||
239 | while (reads(fd, buffer, buflen)) { | 239 | while (reads(fd, buffer, buflen)) { |
240 | int l; | 240 | int l; |