aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/old_e2fsprogs/blkid/dev.c
diff options
context:
space:
mode:
Diffstat (limited to 'e2fsprogs/old_e2fsprogs/blkid/dev.c')
-rw-r--r--e2fsprogs/old_e2fsprogs/blkid/dev.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/old_e2fsprogs/blkid/dev.c b/e2fsprogs/old_e2fsprogs/blkid/dev.c
index 260e49c65..84b7b0a72 100644
--- a/e2fsprogs/old_e2fsprogs/blkid/dev.c
+++ b/e2fsprogs/old_e2fsprogs/blkid/dev.c
@@ -90,7 +90,7 @@ void blkid_debug_dump_dev(blkid_dev dev)
90 * 90 *
91 * These routines do not expose the list.h implementation, which are a 91 * These routines do not expose the list.h implementation, which are a
92 * contamination of the namespace, and which force us to reveal far, far 92 * contamination of the namespace, and which force us to reveal far, far
93 * too much of our internal implemenation. I'm not convinced I want 93 * too much of our internal implementation. I'm not convinced I want
94 * to keep list.h in the long term, anyway. It's fine for kernel 94 * to keep list.h in the long term, anyway. It's fine for kernel
95 * programming, but performance is not the #1 priority for this 95 * programming, but performance is not the #1 priority for this
96 * library, and I really don't like the tradeoff of type-safety for 96 * library, and I really don't like the tradeoff of type-safety for