From fd8beb028a5fc2e0e19d78f54b12fdf74f231bd9 Mon Sep 17 00:00:00 2001 From: Gregor Brunmar Date: Sun, 10 Feb 2008 08:54:25 +0000 Subject: [PATCH] * Fixed a comment typo svn path=/trunk/; revision=32250 --- reactos/dll/directx/d3d9/d3d9_impl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/directx/d3d9/d3d9_impl.c b/reactos/dll/directx/d3d9/d3d9_impl.c index 142f08d9df5..9e9f34a4a3e 100644 --- a/reactos/dll/directx/d3d9/d3d9_impl.c +++ b/reactos/dll/directx/d3d9/d3d9_impl.c @@ -171,7 +171,7 @@ HRESULT WINAPI IDirect3D9Impl_GetAdapterIdentifier(LPDIRECT3D9 iface, UINT Adapt * The pixel format to search for * * @return HRESULT -* If the method is successfull it returns the number of display modes with the specified Format. +* If the method is successful it returns the number of display modes with the specified Format. * If Adapter is out of range, the return value will be 0. * */