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:
parent
d7c68311ee
commit
39521cdb3c
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118519
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user