From 8ad523ae67244485a82c9d56820d4bbefd9d377c Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Fri, 17 Nov 2017 08:05:56 +0000 Subject: Fixed comment. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@11027 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/lib/complex/mfs/mfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/hal/lib/complex/mfs/mfs.c b/os/hal/lib/complex/mfs/mfs.c index 55ff8d83e..f513ea4cc 100644 --- a/os/hal/lib/complex/mfs/mfs.c +++ b/os/hal/lib/complex/mfs/mfs.c @@ -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)); -- cgit v1.2.3