!1036 fix: 修改一些拼写错误

Merge pull request !1036 from 程子丘/master
This commit is contained in:
openharmony_ci 2023-05-24 04:03:47 +00:00 committed by Gitee
commit 748e0a4447
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

@ -78,7 +78,7 @@ struct File {
off_t fOffset; off_t fOffset;
INT32 fOwner; INT32 fOwner;
struct MountPoint *fMp; struct MountPoint *fMp;
void *fData; /* file system opreations handle, fatfs FIL, etc. */ void *fData; /* file system operations handle, fatfs FIL, etc. */
const char *fullPath; const char *fullPath;
}; };

View File

@ -184,7 +184,7 @@ STATIC struct MountPoint *VfsMountPointInit(const char *source, const char *targ
return NULL; return NULL;
} }
/* Find fsMap coresponding to the fsType */ /* Find fsMap corresponding to the fsType */
mFs = VfsFsMapGet(fsType); mFs = VfsFsMapGet(fsType);
if ((mFs == NULL) || (mFs->fsMops == NULL) || (mFs->fsMops->mount == NULL)) { if ((mFs == NULL) || (mFs->fsMops == NULL) || (mFs->fsMops->mount == NULL)) {
errno = ENODEV; errno = ENODEV;