diff options
Diffstat (limited to 'sys/kern/subr_disk.c')
-rw-r--r-- | sys/kern/subr_disk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/subr_disk.c b/sys/kern/subr_disk.c index 12b0159..28b0e5e 100644 --- a/sys/kern/subr_disk.c +++ b/sys/kern/subr_disk.c @@ -23,7 +23,7 @@ __FBSDID("$FreeBSD$"); #include <sys/disk.h> #include <geom/geom_disk.h> -/*- +/* * Disk error is the preface to plaintive error messages * about failing disk transfers. It prints messages of the form * "hp0g: BLABLABLA cmd=read fsbn 12345 of 12344-12347" |