When it's the possessive of 'it', it's spelled "its", without the
authorguenther <guenther@openbsd.org>
Fri, 28 Jan 2022 05:54:02 +0000 (05:54 +0000)
committerguenther <guenther@openbsd.org>
Fri, 28 Jan 2022 05:54:02 +0000 (05:54 +0000)
apostrophe.

lib/libc/rpc/auth_unix.c

index de2c14d..e1288dc 100644 (file)
@@ -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.