diff options
author | 2002-02-13 22:32:33 +0000 | |
---|---|---|
committer | 2002-02-13 22:32:33 +0000 | |
commit | 74aa21a38383cfb0985abb01480203ed38c047e0 (patch) | |
tree | f4c8c17d3f02cb8e2502378f21a2ed357729c870 | |
parent | fix some Xr (diff) | |
download | wireguard-openbsd-74aa21a38383cfb0985abb01480203ed38c047e0.tar.xz wireguard-openbsd-74aa21a38383cfb0985abb01480203ed38c047e0.zip |
be a bit more pendrantic about spelling than the brit was
-rw-r--r-- | usr.sbin/amd/amd/nfs_ops.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/amd/amd/nfs_ops.c b/usr.sbin/amd/amd/nfs_ops.c index 00921ba2a65..257526959ee 100644 --- a/usr.sbin/amd/amd/nfs_ops.c +++ b/usr.sbin/amd/amd/nfs_ops.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nfs_ops.c,v 1.8 2001/06/25 21:29:31 niklas Exp $ */ +/* $OpenBSD: nfs_ops.c,v 1.9 2002/02/13 22:32:33 deraadt Exp $ */ /*- * Copyright (c) 1990 Jan-Simon Pendry @@ -40,7 +40,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)nfs_ops.c 8.1 (Berkeley) 6/6/93";*/ -static char *rcsid = "$OpenBSD: nfs_ops.c,v 1.8 2001/06/25 21:29:31 niklas Exp $"; +static char *rcsid = "$OpenBSD: nfs_ops.c,v 1.9 2002/02/13 22:32:33 deraadt Exp $"; #endif /* not lint */ #include "am.h" @@ -390,7 +390,7 @@ voidp wchan; &mnt_msg, (voidp) &fp->fh_path, xdr_nfspath, nfs_auth); /* - * XXX EVIL! We case fh_id to a pointer, then back to an int + * XXX EVIL! We cast fh_id to a pointer, then back to an int * XXX later. */ if (len > 0) { |