diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2022-01-28 05:54:03 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2022-01-28 05:54:03 +0000 |
commit | 8591af72c88d1a7fc7c4b213b1d5fdef0a4b37eb (patch) | |
tree | 7e525d8d092b855c430a133cfab8a4ebff0bd387 | |
parent | 76d00978512d745d0779df4cca529d14d013650b (diff) |
When it's the possessive of 'it', it's spelled "its", without the
apostrophe.
-rw-r--r-- | lib/libc/rpc/auth_unix.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/rpc/auth_unix.c b/lib/libc/rpc/auth_unix.c index de2c14d246e..e1288dc6fc7 100644 --- a/lib/libc/rpc/auth_unix.c +++ b/lib/libc/rpc/auth_unix.c @@ -1,4 +1,4 @@ -/* $OpenBSD: auth_unix.c,v 1.28 2020/07/06 13:33:06 pirofti Exp $ */ +/* $OpenBSD: auth_unix.c,v 1.29 2022/01/28 05:54:02 guenther Exp $ */ /* * Copyright (c) 2010, Oracle America, Inc. @@ -34,7 +34,7 @@ /* * auth_unix.c, Implements UNIX style authentication parameters. * - * The system is very weak. The client uses no encryption for it's + * The system is very weak. The client uses no encryption for its * credentials and only sends null verifiers. The server sends backs * null verifiers or optionally a verifier that suggests a new short hand * for the credentials. |