Whamcloud - gitweb
libext2fs: tweak inline data error wording
authorDarrick J. Wong <darrick.wong@oracle.com>
Fri, 13 Dec 2013 04:33:00 +0000 (23:33 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 13 Dec 2013 04:33:03 +0000 (23:33 -0500)
Tweak the wording to be a little less ambiguous, since 'block' can be
a noun or a verb.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/ext2_err.et.in

index 699813a..93a1106 100644 (file)
@@ -480,6 +480,6 @@ ec  EXT2_ET_BLOCK_BITMAP_CSUM_INVALID,
        "Block bitmap checksum does not match bitmap"
 
 ec     EXT2_ET_INLINE_DATA_CANT_ITERATE,
-       "Cannot block iterate on an inode containing inline data"
+       "Cannot iterate data blocks of an inode containing inline data"
 
        end