diff options
Diffstat (limited to 'include/sqfs/meta_writer.h')
-rw-r--r-- | include/sqfs/meta_writer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sqfs/meta_writer.h b/include/sqfs/meta_writer.h index 8425e94..21842fb 100644 --- a/include/sqfs/meta_writer.h +++ b/include/sqfs/meta_writer.h @@ -38,7 +38,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 writer is to provide a simple append |