aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/lib
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-11-18 16:19:37 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-11-18 16:19:37 +0000
commit1780910ebcd2c59d9c22d1f46317a8e1a55d9aad (patch)
treee2fcc88b47dc1fff558dd2259630bf371040847d /os/hal/lib
parented7adbc766d817a6915c1279fc9dbe2f7c0f4567 (diff)
downloadChibiOS-1780910ebcd2c59d9c22d1f46317a8e1a55d9aad.tar.gz
ChibiOS-1780910ebcd2c59d9c22d1f46317a8e1a55d9aad.tar.bz2
ChibiOS-1780910ebcd2c59d9c22d1f46317a8e1a55d9aad.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11030 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/lib')
-rw-r--r--os/hal/lib/complex/mfs/mfs.h2
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];
/**