Fix a typo. s/Line/Like/

This commit is contained in:
Daniel Eischen 2003-08-06 06:12:54 +00:00
parent d7c68311ee
commit 39521cdb3c
2 changed files with 2 additions and 2 deletions

View File

@ -186,7 +186,7 @@ _get_curthread(void)
/*
* Get the current kse.
*
* Line _kcb_get(), this can only be called while in a critical region.
* Like _kcb_get(), this can only be called while in a critical region.
*/
static __inline struct kse *
_get_curkse(void)

View File

@ -186,7 +186,7 @@ _get_curthread(void)
/*
* Get the current kse.
*
* Line _kcb_get(), this can only be called while in a critical region.
* Like _kcb_get(), this can only be called while in a critical region.
*/
static __inline struct kse *
_get_curkse(void)