aboutsummaryrefslogtreecommitdiff
path: root/sys/gnu/ext2fs
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@FreeBSD.org>2002-12-30 21:18:15 +0000
committerJens Schweikhardt <schweikh@FreeBSD.org>2002-12-30 21:18:15 +0000
commitd64ada501ae33c02e7c4e3ce21962907df814a5a (patch)
treebd0234a8048c844b06483795cfb1fe4d34b68a4f /sys/gnu/ext2fs
parent5e705af2c9a7617aad837cc972b7eb1d8052f0e7 (diff)
Notes
Diffstat (limited to 'sys/gnu/ext2fs')
-rw-r--r--sys/gnu/ext2fs/ext2_linux_balloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/gnu/ext2fs/ext2_linux_balloc.c b/sys/gnu/ext2fs/ext2_linux_balloc.c
index 632044009643..435661bb57da 100644
--- a/sys/gnu/ext2fs/ext2_linux_balloc.c
+++ b/sys/gnu/ext2fs/ext2_linux_balloc.c
@@ -47,7 +47,7 @@
#elif __alpha__
#include <gnu/ext2fs/alpha-bitops.h>
#else
-#error Provide an bitops.h file, please !
+#error Provide a bitops.h file, please!
#endif
#define in_range(b, first, len) ((b) >= (first) && (b) <= (first) + (len) - 1)