diff options
Diffstat (limited to 'sys/arch/i386/boot')
-rw-r--r-- | sys/arch/i386/boot/sys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/boot/sys.c b/sys/arch/i386/boot/sys.c index 17796ece6d6..811031ca80d 100644 --- a/sys/arch/i386/boot/sys.c +++ b/sys/arch/i386/boot/sys.c @@ -152,7 +152,7 @@ loop: } dp = (struct dirent *)(iodest + off); if (dp->d_reclen < 8) { - printf("directory corrupted (possible geometry mismatch)\n"); + printf("dir corrupt (geometry mismatch?)\n"); return 0; } loc += dp->d_reclen; |