Skip to content

Commit ad4aaff

Browse files
committed
Fix mm_utimens() doc
Change-Id: I9396d6507fe202a47480ef3f266869f94889d19f
1 parent 2440a08 commit ad4aaff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/file-posix.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,8 +712,8 @@ int mm_futimens(int fd, const struct mm_timespec ts[2])
712712
* both time are set to current time.
713713
* @flags 0 or MM_NOFOLLOW
714714
*
715-
* This does the same as mm_futimes excepting that file is refered through its
716-
* file path while with mm_futimens() it must be refered though a file
715+
* This does the same as mm_futimens() excepting that file is referred through
716+
* its file path while with mm_futimens() it must be referred though a file
717717
* descriptor.
718718
*
719719
* See documentation of mm_futimens() for the documentation of @ts argument.

0 commit comments

Comments
 (0)