Fixed comment.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11027 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
Giovanni Di Sirio 2017-11-17 08:05:56 +00:00
parent 79405cbe8f
commit 8ad523ae67
1 changed files with 1 additions and 1 deletions

View File

@ -672,7 +672,7 @@ static mfs_error_t mfs_try_mount(MFSDriver *mfsp) {
uint32_t cnt0 = 0, cnt1 = 0;
bool warning = false;
/* Assessing the state of the two banks by trying to mount them.*/
/* Assessing the state of the two banks.*/
RET_ON_ERROR(mfs_bank_get_state(mfsp, MFS_BANK_0, &sts0, &cnt0));
RET_ON_ERROR(mfs_bank_get_state(mfsp, MFS_BANK_1, &sts1, &cnt1));