Skip to content

Commit 8d361ed

Browse files
committed
Fix comment for address_search_head field of lwp structure.
1 parent f65c049 commit 8d361ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/lwp/lwp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ struct rt_lwp
202202
struct rt_wqueue wait_queue; /**< wait queue for console */
203203
struct tty_struct *tty; /**< Controlling terminal, NULL if no tty */
204204

205-
struct lwp_avl_struct *address_search_head; /**< for addressed object fast search */
205+
struct lwp_avl_struct *address_search_head; /**< for saving private futexes with a user-space address key */
206206
char working_directory[DFS_PATH_MAX]; /**< Current working directory */
207207

208208
int debug; /**< Debug flag */

0 commit comments

Comments
 (0)