1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118519
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)