From ad4aaff1c669c16b4c7cc718d219d1fce714ca41 Mon Sep 17 00:00:00 2001 From: Nicolas Bourdaud Date: Tue, 17 May 2022 20:48:29 +0200 Subject: [PATCH] Fix mm_utimens() doc Change-Id: I9396d6507fe202a47480ef3f266869f94889d19f --- src/file-posix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/file-posix.c b/src/file-posix.c index eb6a381..05c534b 100644 --- a/src/file-posix.c +++ b/src/file-posix.c @@ -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.