未验证 提交 7add94de 编写于 作者: O openharmony_ci 提交者: Gitee

!737 【OpenHarmony开源贡献者计划2022】Fixed typos.

Merge pull request !737 from Mr_YX/master
......@@ -350,7 +350,7 @@ int FatfsUmount(struct MountPoint *mp)
}
volId = GetPartIdByPartName(mp->mDev);
/* umount is not allowed when a file or diretory is opened. */
/* umount is not allowed when a file or directory is opened. */
if (f_checkopenlock(volId) != FR_OK) {
errno = EBUSY;
ret = LOS_NOK;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册