summaryrefslogtreecommitdiffstats
path: root/include/rpc/auth.h
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-30 23:33:04 +0000
committermpp <mpp@FreeBSD.org>1996-01-30 23:33:04 +0000
commitd6779c281f3ea678ab1320b1bfd796b3815b2c35 (patch)
treef3b155779419dd6521ee9f233a24dbd8a8f88a50 /include/rpc/auth.h
parent6cdd16b07bfe9171bd42dd855a78a1e701cf5d6a (diff)
downloadFreeBSD-src-d6779c281f3ea678ab1320b1bfd796b3815b2c35.zip
FreeBSD-src-d6779c281f3ea678ab1320b1bfd796b3815b2c35.tar.gz
Fix a bunch of spelling errors in the comment fields
of a bunch of system include files.
Diffstat (limited to 'include/rpc/auth.h')
-rw-r--r--include/rpc/auth.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rpc/auth.h b/include/rpc/auth.h
index 8d0836b..33827c4 100644
--- a/include/rpc/auth.h
+++ b/include/rpc/auth.h
@@ -7,7 +7,7 @@
* program developed by the user.
*
* SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
- * WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
+ * WARRANTIES OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR
* PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
*
* Sun RPC is provided with no support and without any obligation on the
@@ -28,7 +28,7 @@
*
* from: @(#)auth.h 1.17 88/02/08 SMI
* from: @(#)auth.h 2.3 88/08/07 4.0 RPCSRC
- * $Id: auth.h,v 1.2 1994/08/07 18:40:53 wollman Exp $
+ * $Id: auth.h,v 1.3 1995/05/30 04:55:09 rgrimes Exp $
*/
/*
@@ -104,7 +104,7 @@ typedef struct {
struct auth_ops {
void (*ah_nextverf)();
int (*ah_marshal)(); /* nextverf & serialize */
- int (*ah_validate)(); /* validate varifier */
+ int (*ah_validate)(); /* validate verifier */
int (*ah_refresh)(); /* refresh credentials */
void (*ah_destroy)(); /* destroy this structure */
} *ah_ops;
OpenPOWER on IntegriCloud