diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-03-21 16:44:45 +0100 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2020-03-22 23:30:28 +0100 |
commit | 3fd6b0a8e02e1ca50bd03691f404f343995d2ed6 (patch) | |
tree | 830d77a7606a6c1333d71adbe967f39a49a23188 /include | |
parent | 1abe9ec858bafc20c4cc588443b02539448ffd71 (diff) |
doxygen: fix some minor typos
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'include')
-rw-r--r-- | include/sqfs/block_processor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sqfs/block_processor.h b/include/sqfs/block_processor.h index bdd83d9..be10ef0 100644 --- a/include/sqfs/block_processor.h +++ b/include/sqfs/block_processor.h @@ -50,7 +50,8 @@ /** * @struct sqfs_block_processor_stats_t * - * @brief Used to store runtime statistics about the @ref sqf_block_processor_t. + * @brief Used to store runtime statistics about + * the @ref sqfs_block_processor_t. */ struct sqfs_block_processor_stats_t { /** |