Module Name:    src
Committed By:   andvar
Date:           Tue Mar 22 21:45:13 UTC 2022

Modified Files:
        src/lib/libc/rpc: svc_auth.c
        src/sys/dev/ic: mfireg.h

Log Message:
fix typos in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/lib/libc/rpc/svc_auth.c
cvs rdiff -u -r1.12 -r1.13 src/sys/dev/ic/mfireg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/rpc/svc_auth.c
diff -u src/lib/libc/rpc/svc_auth.c:1.17 src/lib/libc/rpc/svc_auth.c:1.18
--- src/lib/libc/rpc/svc_auth.c:1.17	Mon Mar 11 20:19:29 2013
+++ src/lib/libc/rpc/svc_auth.c	Tue Mar 22 21:45:13 2022
@@ -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 @@ static struct authsvc *Auths = NULL;
  * 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

Index: src/sys/dev/ic/mfireg.h
diff -u src/sys/dev/ic/mfireg.h:1.12 src/sys/dev/ic/mfireg.h:1.13
--- src/sys/dev/ic/mfireg.h:1.12	Sat Nov  6 06:52:48 2021
+++ src/sys/dev/ic/mfireg.h	Tue Mar 22 21:45:13 2022
@@ -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 <ma...@peereboom.us>
@@ -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
  */

Reply via email to