=================================================================== RCS file: /cvs/djgpp/djgpp/src/libc/dos/process/dosexec.c,v retrieving revision 1.19 retrieving revision 1.20 diff -p -u -r1.19 -r1.20 --- djgpp/src/libc/dos/process/dosexec.c 2001/08/21 03:22:46 1.19 +++ /cvs/djgpp/djgpp/src/libc/dos/process/dosexec.c 2003/01/10 10:09:02 1.20 @@ -443,7 +443,7 @@ static int direct_exec_tail (const char else { /* Test the DPMI provider to see how it behaves. We allocate - a descriptor, get it's access rights and full 8 byte descriptor. + a descriptor, get its access rights and full 8 byte descriptor. We then free it, and see what changed. The present bit, run ring and selector type (user) might change. Algorithm 1: These can be detected with a single hardware instruction (LAR).