Module: wine Branch: master Commit: 8f0a0c23fa07f8360547db275146778ab45b4900 URL: http://source.winehq.org/git/wine.git/?a=commit;h=8f0a0c23fa07f8360547db2751...
Author: André Hentschel nerv@dawncrow.de Date: Mon Jun 21 17:46:57 2010 +0200
krnl386.exe16: Update a comment.
---
dlls/krnl386.exe16/ioports.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/krnl386.exe16/ioports.c b/dlls/krnl386.exe16/ioports.c index 9ceb3ae..d802ab9 100644 --- a/dlls/krnl386.exe16/ioports.c +++ b/dlls/krnl386.exe16/ioports.c @@ -463,7 +463,7 @@ static int IO_pp_sort(const void *p1,const void *p2)
/* IO_pp_init * - * Read the ppdev entries from wine.conf, open the device and check + * Read the ppdev entries from registry, open the device and check * for necessary IOCTRL * Report verbose about possible errors */