Module: wine
Branch: master
Commit: fe4ba50bd96ae4885eb44486703e966568df70e7
URL: http://source.winehq.org/git/wine.git/?a=commit;h=fe4ba50bd96ae4885eb444867…
Author: Detlef Riekenberg <wine.dev(a)web.de>
Date: Fri Oct 16 13:40:39 2009 +0200
winspool: Fix a copy & paste error in a comment.
---
dlls/winspool.drv/info.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/winspool.drv/info.c b/dlls/winspool.drv/info.c
index f0e1de6..b115148 100644
--- a/dlls/winspool.drv/info.c
+++ b/dlls/winspool.drv/info.c
@@ -6755,7 +6755,7 @@ epp_cleanup:
* pEnvironment [I] Printing-Environment or NULL (Default)
* Level [I] Structure-Level (Only 1 is allowed)
* pPPInfo [O] PTR to Buffer that receives the Result
- * cbBuf [I] Size of Buffer at pMonitors
+ * cbBuf [I] Size of Buffer at pPPInfo
* pcbNeeded [O] PTR to DWORD that receives the size in Bytes used / required for pPPInfo
* pcReturned [O] PTR to DWORD that receives the number of Print Processors in pPPInfo
*