summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1996-09-25 12:26:40 +0000
committerderaadt <deraadt@openbsd.org>1996-09-25 12:26:40 +0000
commit262c25193f4a06525701488d46f5ec64edebd092 (patch)
treef11e386956430aeda05f2fc5e092d5a49b8feb5f
parentDrop unused variable (diff)
downloadwireguard-openbsd-262c25193f4a06525701488d46f5ec64edebd092.tar.xz
wireguard-openbsd-262c25193f4a06525701488d46f5ec64edebd092.zip
shrink an error message
-rw-r--r--sys/arch/i386/boot/sys.c2
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;