wrc: Update comment

André Hentschel nerv at dawncrow.de
Sat Jun 4 11:24:14 CDT 2011


---
 tools/wrc/parser.y |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/wrc/parser.y b/tools/wrc/parser.y
index e1a3c68..08c99ec 100644
--- a/tools/wrc/parser.y
+++ b/tools/wrc/parser.y
@@ -692,8 +692,8 @@ icon	: tICON loadmemopts file_raw	{
 	/*
 	 * The reading of raw_data for fonts is a Borland BRC
 	 * extension. MS generates an error. However, it is
-	 * most logical to support this, considering how wine
-	 * enters things in CVS (ascii).
+	 * most logical to support this, considering how Wine
+	 * enters things in Git (ascii).
 	 */
 font	: tFONT loadmemopts file_raw	{ $$ = new_font($3, $2); }
 	;
-- 

Best Regards, André Hentschel



More information about the wine-patches mailing list