Fix grammar... Modified: branches/win32k rewrite attempt/win32k/docs/refs.txt _____
Modified: branches/win32k rewrite attempt/win32k/docs/refs.txt --- branches/win32k rewrite attempt/win32k/docs/refs.txt 2005-08-04 17:49:53 UTC (rev 17045) +++ branches/win32k rewrite attempt/win32k/docs/refs.txt 2005-08-04 18:01:47 UTC (rev 17046) @@ -20,7 +20,7 @@
^ This is wrong, one can attach message queue to different thread using AttachThreadInput. The number of thread sharing a queue is stored in the message queue structure and can be considered a reference count. Also on -Windows systems the a global list of thread attachments is maintained. +Windows systems there is maintained a global list of thread attachments.
Above references create following dependencies: -----------------------------------------------