From 9d865274c0b39c12b8c6613ef242dc376a74ada1 Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Wed, 19 May 2010 11:13:37 +0200 Subject: [PATCH] wined3d: Fix a comment. --- dlls/wined3d/surface_base.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/wined3d/surface_base.c b/dlls/wined3d/surface_base.c index 44c008aeeac..d7528279a06 100644 --- a/dlls/wined3d/surface_base.c +++ b/dlls/wined3d/surface_base.c @@ -942,7 +942,7 @@ static HRESULT /***************************************************************************** * IWineD3DSurface::Blt, SW emulation version * - * Performs blits to a surface, eigher from a source of source-less blts + * Performs a blit to a surface, with or without a source surface. * This is the main functionality of DirectDraw * * Params: -- 2.11.4.GIT