We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2440a08 commit ad4aaffCopy full SHA for ad4aaff
src/file-posix.c
@@ -712,8 +712,8 @@ int mm_futimens(int fd, const struct mm_timespec ts[2])
712
* both time are set to current time.
713
* @flags 0 or MM_NOFOLLOW
714
*
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
+ * 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
717
* descriptor.
718
719
* See documentation of mm_futimens() for the documentation of @ts argument.
0 commit comments