https://git.reactos.org/?p=reactos.git;a=commitdiff;h=8efde69a25ec7c2d12238…
commit 8efde69a25ec7c2d12238e78e1908d1df2b5c582
Author: Serge Gautherie <32623169+SergeGautherie(a)users.noreply.github.com>
AuthorDate: Thu Dec 22 01:27:51 2022 +0100
Commit: GitHub <noreply(a)github.com>
CommitDate: Thu Dec 22 01:27:51 2022 +0100
[WIN32K:NTGDI] PATH_PathToRegion(): Update documentation (#4941)
Addendum to 215e0d9 (r64177).
---
win32ss/gdi/ntgdi/path.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/win32ss/gdi/ntgdi/path.c b/win32ss/gdi/ntgdi/path.c
index 08ca767473d..a8e58500938 100644
--- a/win32ss/gdi/ntgdi/path.c
+++ b/win32ss/gdi/ntgdi/path.c
@@ -1442,9 +1442,8 @@ PATH_FlattenPath(PPATH pPath)
/* PATH_PathToRegion
*
- * Creates a region from the specified path using the specified polygon
- * filling mode. The path is left unchanged. A handle to the region that
- * was created is stored in *pHrgn.
+ * Fills Rgn from the specified path using the specified polygon
+ * filling mode. The path is left unchanged.
*/
BOOL
FASTCALL