Francois Gouget : netio.sys: Fix some minor case issues in comments.
Module: wine Branch: master Commit: ec9e556d31278d2de28b8ba82a063dc9fffdb440 URL: https://source.winehq.org/git/wine.git/?a=commit;h=ec9e556d31278d2de28b8ba82... Author: Francois Gouget <fgouget(a)free.fr> Date: Mon Jun 29 17:51:07 2020 +0200 netio.sys: Fix some minor case issues in comments. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/netio.sys/netio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/netio.sys/netio.c b/dlls/netio.sys/netio.c index 7401aa6767..fe73b06b97 100644 --- a/dlls/netio.sys/netio.c +++ b/dlls/netio.sys/netio.c @@ -1,7 +1,7 @@ /* * WSK (Winsock Kernel) driver library. * - * Copyright 2020 Paul Gofman <pgofman(a)codeweavers.com> for Codeweavers + * Copyright 2020 Paul Gofman <pgofman(a)codeweavers.com> for CodeWeavers * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public
participants (1)
-
Alexandre Julliard