diff options
Diffstat (limited to 'fatfs/dir.c')
-rw-r--r-- | fatfs/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fatfs/dir.c b/fatfs/dir.c index aa389993..762320f8 100644 --- a/fatfs/dir.c +++ b/fatfs/dir.c @@ -681,7 +681,7 @@ diskfs_direnter_hard (struct node *dp, const char *name, struct node *np, /* Following a lookup call for REMOVE, this removes the link from the directory. DP is the directory being changed and DS is the cached information returned from lookup. This call is only valid if the - directory has been locked continously since the call to lookup, and + directory has been locked continuously since the call to lookup, and only if that call succeeded. */ error_t diskfs_dirremove_hard (struct node *dp, struct dirstat *ds) |