summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authormsaitoh <msaitoh@NetBSD.org>2021-12-05 08:03:06 +0000
committermsaitoh <msaitoh@NetBSD.org>2021-12-05 08:03:06 +0000
commitf3d2f4385a72101f4e992dfd8b243c626424c447 (patch)
tree0c8c3f03f8578894145fe54b9a4dea7996532255 /lib/libc
parentdeeb7722c94f76fca0bb71d866d816878c190449 (diff)
s/succesful/successful/ in comment.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/rpc/clnt_dg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/rpc/clnt_dg.c b/lib/libc/rpc/clnt_dg.c
index 1acb5b027d4..917bcca3b81 100644
--- a/lib/libc/rpc/clnt_dg.c
+++ b/lib/libc/rpc/clnt_dg.c
@@ -1,4 +1,4 @@
-/* $NetBSD: clnt_dg.c,v 1.30 2021/08/21 23:00:30 andvar Exp $ */
+/* $NetBSD: clnt_dg.c,v 1.31 2021/12/05 08:03:06 msaitoh Exp $ */
/*
* Copyright (c) 2010, Oracle America, Inc.
@@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)clnt_dg.c 1.19 89/03/16 Copyr 1988 Sun Micro";
#else
-__RCSID("$NetBSD: clnt_dg.c,v 1.30 2021/08/21 23:00:30 andvar Exp $");
+__RCSID("$NetBSD: clnt_dg.c,v 1.31 2021/12/05 08:03:06 msaitoh Exp $");
#endif
#endif
@@ -484,7 +484,7 @@ send_again:
}
} /* end successful completion */
/*
- * If unsuccesful AND error is an authentication error
+ * If unsuccessful AND error is an authentication error
* then refresh credentials and try again, else break
*/
else if (cu->cu_error.re_status == RPC_AUTHERROR)