From 8f0a0c23fa07f8360547db275146778ab45b4900 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Hentschel?= Date: Mon, 21 Jun 2010 17:46:57 +0200 Subject: [PATCH] krnl386.exe16: Update a comment. --- dlls/krnl386.exe16/ioports.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/krnl386.exe16/ioports.c b/dlls/krnl386.exe16/ioports.c index 9ceb3aeb2f5..d802ab9e35e 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 */ -- 2.11.4.GIT