diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2003-08-06 06:12:54 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2003-08-06 06:12:54 +0000 |
| commit | 39521cdb3c920e04697e57dbacad9107931ba62e (patch) | |
| tree | 973af1a0d6496779f0a170aa28e55b7097b97f74 /lib/libpthread/arch | |
| parent | d7c68311ee9a991f9844c542187a593698bffafc (diff) | |
Notes
Diffstat (limited to 'lib/libpthread/arch')
| -rw-r--r-- | lib/libpthread/arch/ia64/include/pthread_md.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/arch/ia64/include/pthread_md.h b/lib/libpthread/arch/ia64/include/pthread_md.h index 045cafae8e7f..d6aa13010f7a 100644 --- a/lib/libpthread/arch/ia64/include/pthread_md.h +++ b/lib/libpthread/arch/ia64/include/pthread_md.h @@ -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) |
