From 2a65bf32ec270484dcea4d22d3c93552dc0c24dd Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Tue, 23 Jun 2015 20:42:27 +0200 Subject: Revert "Typo: iff->if" This reverts commit cf92da3d6e1de14756efe3f1ee79f393a2f3787d. iff can mean "if and only if" so not a typo --- canvas/source/directx/dx_surfacebitmap.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'canvas') diff --git a/canvas/source/directx/dx_surfacebitmap.hxx b/canvas/source/directx/dx_surfacebitmap.hxx index 7703233785ec..fa3770733ca8 100644 --- a/canvas/source/directx/dx_surfacebitmap.hxx +++ b/canvas/source/directx/dx_surfacebitmap.hxx @@ -125,7 +125,7 @@ namespace dxcanvas // indicates whether the associated surface needs // to refresh its contents or not. in other words, - // this flag is set if both representations are + // this flag is set iff both representations are // out of sync. mutable bool mbIsSurfaceDirty; -- cgit