Module Name:    src
Committed By:   andvar
Date:           Thu Aug 12 20:25:27 UTC 2021

Modified Files:
        src/share/man/man3: dirent.3
        src/sys/nfs: nfsm_subs.h

Log Message:
s/directry/directory/


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man3/dirent.3
cvs rdiff -u -r1.54 -r1.55 src/sys/nfs/nfsm_subs.h

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

Modified files:

Index: src/share/man/man3/dirent.3
diff -u src/share/man/man3/dirent.3:1.6 src/share/man/man3/dirent.3:1.7
--- src/share/man/man3/dirent.3:1.6	Sat Sep  7 12:17:10 2019
+++ src/share/man/man3/dirent.3	Thu Aug 12 20:25:26 2021
@@ -1,4 +1,4 @@
-.\" $NetBSD: dirent.3,v 1.6 2019/09/07 12:17:10 sevan Exp $
+.\" $NetBSD: dirent.3,v 1.7 2021/08/12 20:25:26 andvar Exp $
 .\"
 .\" Copyright (c) 1983, 1991, 1993
 .\"	The Regents of the University of California.  All rights reserved.
@@ -206,7 +206,7 @@ operator.
 .\" .St -p1003.1-2001 .
 .Sh HISTORY
 A
-directry file format appeared in
+directory file format appeared in
 .At v1 .
 The
 .Em dirent

Index: src/sys/nfs/nfsm_subs.h
diff -u src/sys/nfs/nfsm_subs.h:1.54 src/sys/nfs/nfsm_subs.h:1.55
--- src/sys/nfs/nfsm_subs.h:1.54	Sat Apr  4 07:07:20 2020
+++ src/sys/nfs/nfsm_subs.h	Thu Aug 12 20:25:27 2021
@@ -1,4 +1,4 @@
-/*	$NetBSD: nfsm_subs.h,v 1.54 2020/04/04 07:07:20 mlelstv Exp $	*/
+/*	$NetBSD: nfsm_subs.h,v 1.55 2021/08/12 20:25:27 andvar Exp $	*/
 
 /*
  * Copyright (c) 1989, 1993
@@ -152,7 +152,7 @@
  * for nfsv3, dissect post_op_fh3 and following post_op_attr.
  * for nfsv2, dissect fhandle and following fattr.
  *
- * d: (IN) the vnode of the parent directry.
+ * d: (IN) the vnode of the parent directory.
  * v: (OUT) the corresponding vnode (we allocate one if needed)
  * v3: (IN) true for nfsv3.
  * f: (OUT) true if we got valid filehandle.  always true for nfsv2.

Reply via email to