Update comments in example as well.

This commit is contained in:
alfred 2004-07-08 00:36:58 +00:00
parent 18187ae75d
commit c8d0f89ed2

View File

@ -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.