Update comments in example as well.

This commit is contained in:
Alfred Perlstein 2004-07-08 00:36:58 +00:00
parent dc7bf98cd1
commit f6bd5d1e6d

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.