diff options
Diffstat (limited to 'os/hal/lib/complex/mfs/mfs.h')
-rw-r--r-- | os/hal/lib/complex/mfs/mfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/lib/complex/mfs/mfs.h b/os/hal/lib/complex/mfs/mfs.h index 0cae31f90..ec9cf4cda 100644 --- a/os/hal/lib/complex/mfs/mfs.h +++ b/os/hal/lib/complex/mfs/mfs.h @@ -319,7 +319,7 @@ typedef struct { flash_offset_t used_space;
/**
* @brief Offsets of the most recent instance of the records.
- * @note Zero means that ther is not a record with that id.
+ * @note Zero means that there is not a record with that id.
*/
mfs_record_descriptor_t descriptors[MFS_CFG_MAX_RECORDS];
/**
|