diff options
Diffstat (limited to 'sys/kern/kern_lock.c')
| -rw-r--r-- | sys/kern/kern_lock.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/kern_lock.c b/sys/kern/kern_lock.c index 61977d707d17..09e56cc08005 100644 --- a/sys/kern/kern_lock.c +++ b/sys/kern/kern_lock.c @@ -934,7 +934,7 @@ out:  }  int -lockmgr_lock_fast_path(struct lock *lk, u_int flags, struct lock_object *ilk, +lockmgr_lock_flags(struct lock *lk, u_int flags, struct lock_object *ilk,      const char *file, int line)  {  	struct lock_class *class; @@ -1123,7 +1123,7 @@ out:   * 2. returning with an error after sleep   * 3. unlocking the interlock   * - * If in doubt, use lockmgr_*_fast_path. + * If in doubt, use lockmgr_lock_flags.   */  int  lockmgr_slock(struct lock *lk, u_int flags, const char *file, int line)  | 
