Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src fix typos in comments.
details: https://anonhg.NetBSD.org/src/rev/9f69cffdc4af
branches: trunk
changeset: 364409:9f69cffdc4af
user: andvar <andvar%NetBSD.org@localhost>
date: Tue Mar 22 21:45:13 2022 +0000
description:
fix typos in comments.
diffstat:
lib/libc/rpc/svc_auth.c | 6 +++---
sys/dev/ic/mfireg.h | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (45 lines):
diff -r ff413b3ba8ea -r 9f69cffdc4af lib/libc/rpc/svc_auth.c
--- a/lib/libc/rpc/svc_auth.c Tue Mar 22 18:32:51 2022 +0000
+++ b/lib/libc/rpc/svc_auth.c Tue Mar 22 21:45:13 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: svc_auth.c,v 1.17 2013/03/11 20:19:29 tron Exp $ */
+/* $NetBSD: svc_auth.c,v 1.18 2022/03/22 21:45:13 andvar Exp $ */
/*
* Copyright (c) 2010, Oracle America, Inc.
@@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)svc_auth.c 1.26 89/02/07 Copyr 1984 Sun Micro";
#else
-__RCSID("$NetBSD: svc_auth.c,v 1.17 2013/03/11 20:19:29 tron Exp $");
+__RCSID("$NetBSD: svc_auth.c,v 1.18 2022/03/22 21:45:13 andvar Exp $");
#endif
#endif
@@ -92,7 +92,7 @@
* set rqst->rq_xprt->verf to the appropriate response verifier;
* sets rqst->rq_client_cred to the "cooked" form of the credentials.
*
- * NB: rqst->rq_cxprt->verf must be pre-alloctaed;
+ * NB: rqst->rq_cxprt->verf must be pre-allocated;
* its length is set appropriately.
*
* The caller still owns and is responsible for msg->u.cmb.cred and
diff -r ff413b3ba8ea -r 9f69cffdc4af sys/dev/ic/mfireg.h
--- a/sys/dev/ic/mfireg.h Tue Mar 22 18:32:51 2022 +0000
+++ b/sys/dev/ic/mfireg.h Tue Mar 22 21:45:13 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mfireg.h,v 1.12 2021/11/06 06:52:48 msaitoh Exp $ */
+/* $NetBSD: mfireg.h,v 1.13 2022/03/22 21:45:13 andvar Exp $ */
/* $OpenBSD: mfireg.h,v 1.24 2006/06/19 19:05:45 marco Exp $ */
/*
* Copyright (c) 2006 Marco Peereboom <marco%peereboom.us@localhost>
@@ -184,7 +184,7 @@
) / sizeof(mpi2_sge_io_union))
/*
- * (Command frame size allocaed in SRB ext - Raid SCSI IO message size)
+ * (Command frame size allocated in SRB ext - Raid SCSI IO message size)
* / size of SGL ;
* (1280 - 256) / 16 = 64
*/
Home |
Main Index |
Thread Index |
Old Index