Skip to content

Commit

Permalink
Fix mm_utimens() doc
Browse files Browse the repository at this point in the history
Change-Id: I9396d6507fe202a47480ef3f266869f94889d19f
  • Loading branch information
nbourdau committed May 17, 2022
1 parent 2440a08 commit ad4aaff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/file-posix.c
Original file line number Diff line number Diff line change
Expand Up @@ -712,8 +712,8 @@ int mm_futimens(int fd, const struct mm_timespec ts[2])
* both time are set to current time.
* @flags 0 or MM_NOFOLLOW
*
* This does the same as mm_futimes excepting that file is refered through its
* file path while with mm_futimens() it must be refered though a file
* This does the same as mm_futimens() excepting that file is referred through
* its file path while with mm_futimens() it must be referred though a file
* descriptor.
*
* See documentation of mm_futimens() for the documentation of @ts argument.
Expand Down

0 comments on commit ad4aaff

Please sign in to comment.