From f6bd5d1e6d3f44fe8b8c8471aae9aa04f7a05926 Mon Sep 17 00:00:00 2001 From: Alfred Perlstein Date: Thu, 8 Jul 2004 00:36:58 +0000 Subject: [PATCH] Update comments in example as well. --- share/man/man9/VOP_LOOKUP.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/VOP_LOOKUP.9 b/share/man/man9/VOP_LOOKUP.9 index 1d624738cd4e..76e86cb4722e 100644 --- a/share/man/man9/VOP_LOOKUP.9 +++ b/share/man/man9/VOP_LOOKUP.9 @@ -62,7 +62,7 @@ struct componentname { */ u_long cn_nameiop; /* namei operation */ u_long cn_flags; /* flags to namei */ - struct thread *cn_thread; /* process requesting lookup */ + struct thread *cn_thread; /* thread requesting lookup */ struct ucred *cn_cred; /* credentials */ /* * Shared between lookup and commit routines.