git: 6372f2c8a884 - main - rpc.lockd: Fix typos
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 02 Jun 2023 02:34:00 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=6372f2c8a884b20e65cdea598b055e93ce5a1147 commit 6372f2c8a884b20e65cdea598b055e93ce5a1147 Author: Elyes Haouas <ehaouas@noos.fr> AuthorDate: 2023-06-01 23:41:33 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-06-02 02:33:40 +0000 rpc.lockd: Fix typos Signed-off-by: Elyes Haouas <ehaouas@noos.fr> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/653 --- usr.sbin/rpc.lockd/lockd_lock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/rpc.lockd/lockd_lock.c b/usr.sbin/rpc.lockd/lockd_lock.c index 66ac74bf0cd2..0bde779642c0 100644 --- a/usr.sbin/rpc.lockd/lockd_lock.c +++ b/usr.sbin/rpc.lockd/lockd_lock.c @@ -759,7 +759,7 @@ get_lock_matching_unlock(const struct file_lock *fl) * This routine makes the following assumptions: * 1) Nothing will adjust the lock list during a lookup * - * This routine has an intersting quirk which bit me hard. + * This routine has an interesting quirk which bit me hard. * The conflicting_fl is the pointer to the conflicting lock. * However, to modify the "*pointer* to the conflicting lock" rather * that the "conflicting lock itself" one must pass in a "pointer to