| commit | d8c41a25da75d17f5430eb58b3942d68761b87ae | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@free.fr> | Mon Apr 14 01:03:24 2008 +0200 |
| committer | Alexandre Julliard <julliard@winehq.org> | Mon Apr 14 12:40:22 2008 +0200 |
| tree | 84a328fb99b3b16dd19723a498a6a6167a4c679e | |
| parent | 4ba16af16bae9cd7b06befef0fdb008560339b92 [diff] [blame] |
Spelling fix in the ldt bitfields.
diff --git a/loader/preloader.c b/loader/preloader.c index 0034e9a..eef0b72 100644 --- a/loader/preloader.c +++ b/loader/preloader.c
@@ -178,7 +178,7 @@ unsigned int read_exec_only : 1; unsigned int limit_in_pages : 1; unsigned int seg_not_present : 1; - unsigned int useable : 1; + unsigned int usable : 1; unsigned int garbage : 25; } thread_ldt = { -1, (unsigned long)thread_data, 0xfffff, 1, 0, 0, 1, 0, 1, 0 };