linux(4): Fix two typos in source code comments
- s/decriptors/descriptors/ MFC after: 3 days
This commit is contained in:
@@ -603,7 +603,7 @@ linux_set_thread_area(struct thread *td,
|
||||
/*
|
||||
* Semantics of Linux version: every thread in the system has array
|
||||
* of three TLS descriptors. 1st is GLIBC TLS, 2nd is WINE, 3rd unknown.
|
||||
* This syscall loads one of the selected TLS decriptors with a value
|
||||
* This syscall loads one of the selected TLS descriptors with a value
|
||||
* and also loads GDT descriptors 6, 7 and 8 with the content of
|
||||
* the per-thread descriptors.
|
||||
*
|
||||
|
||||
@@ -519,7 +519,7 @@ linux_set_thread_area(struct thread *td, struct linux_set_thread_area_args *args
|
||||
/*
|
||||
* Semantics of Linux version: every thread in the system has array of
|
||||
* 3 tls descriptors. 1st is GLIBC TLS, 2nd is WINE, 3rd unknown. This
|
||||
* syscall loads one of the selected tls decriptors with a value and
|
||||
* syscall loads one of the selected tls descriptors with a value and
|
||||
* also loads GDT descriptors 6, 7 and 8 with the content of the
|
||||
* per-thread descriptors.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user