Fix a typo. s/Line/Like/

This commit is contained in:
deischen 2003-08-06 06:12:54 +00:00
parent ce7778f89c
commit 3387343b31
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)