]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - lib/ext2fs/ext3_extents.h
Fix typos in code comments and developer docs
[thirdparty/e2fsprogs.git] / lib / ext2fs / ext3_extents.h
index f73a3321877f2be7f0b27fab36ba026eea3857f1..309fbc8c00df8dbe575621f0ed9b7c4dfe7770bb 100644 (file)
@@ -59,7 +59,7 @@ struct ext3_extent_header {
        __le16  eh_magic;       /* probably will support different formats */
        __le16  eh_entries;     /* number of valid entries */
        __le16  eh_max;         /* capacity of store in entries */
-       __le16  eh_depth;       /* has tree real underlaying blocks? */
+       __le16  eh_depth;       /* has tree real underlying blocks? */
        __le32  eh_generation;  /* generation of the tree */
 };