aboutsummaryrefslogtreecommitdiff
path: root/e2fsprogs/old_e2fsprogs/blkid/tag.c
diff options
context:
space:
mode:
authorManinder Singh <maninder1.s@samsung.com>2015-05-25 13:46:36 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2015-05-25 13:46:36 +0200
commit97c6491b4edf4bc9db293533ae0c3a81c4ef07f7 (patch)
tree7ac99422b82e761628c96855a57375f620f72997 /e2fsprogs/old_e2fsprogs/blkid/tag.c
parentc4603fb09aa2ec06bc8c0ad51b69fe7995a8ea17 (diff)
downloadbusybox-97c6491b4edf4bc9db293533ae0c3a81c4ef07f7.tar.gz
typo fixes
Signed-off-by: Maninder Singh <maninder1.s@samsung.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'e2fsprogs/old_e2fsprogs/blkid/tag.c')
-rw-r--r--e2fsprogs/old_e2fsprogs/blkid/tag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsprogs/old_e2fsprogs/blkid/tag.c b/e2fsprogs/old_e2fsprogs/blkid/tag.c
index 7424edeb8..f10a701d2 100644
--- a/e2fsprogs/old_e2fsprogs/blkid/tag.c
+++ b/e2fsprogs/old_e2fsprogs/blkid/tag.c
@@ -230,7 +230,7 @@ errout:
*
* These routines do not expose the list.h implementation, which are a
* contamination of the namespace, and which force us to reveal far, far
- * too much of our internal implemenation. I'm not convinced I want
+ * too much of our internal implementation. I'm not convinced I want
* to keep list.h in the long term, anyway. It's fine for kernel
* programming, but performance is not the #1 priority for this
* library, and I really don't like the tradeoff of type-safety for