diff options
Diffstat (limited to 'canvas')
-rw-r--r-- | canvas/source/directx/dx_surfacebitmap.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/canvas/source/directx/dx_surfacebitmap.hxx b/canvas/source/directx/dx_surfacebitmap.hxx index 87d6dcbfe647..240498173226 100644 --- a/canvas/source/directx/dx_surfacebitmap.hxx +++ b/canvas/source/directx/dx_surfacebitmap.hxx @@ -122,7 +122,7 @@ namespace dxcanvas // indicates whether the associated surface needs // to refresh its contents or not. in other words, - // this flag is set iff both representations are + // this flag is set if both representations are // out of sync. mutable bool mbIsSurfaceDirty; |