diff options
Diffstat (limited to 'include/sqfs/meta_reader.h')
-rw-r--r-- | include/sqfs/meta_reader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sqfs/meta_reader.h b/include/sqfs/meta_reader.h index e720006..e2203de 100644 --- a/include/sqfs/meta_reader.h +++ b/include/sqfs/meta_reader.h @@ -37,7 +37,7 @@ * that are written to disk with a small header indicating the on-disk * size and whether it is compressed or not. * - * Data written to meta data blocks doesn't have to be alligned, i.e. + * Data written to meta data blocks doesn't have to be aligned, i.e. * SquashFS doesn't care if an object is written across two blocks. * * The main task of the meta data read is to provide a simple read and seek |