]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/bitmap.cpp
[ 1216436 ] cleanup 'shadow variable' warnings from gcc in headers.
[wxWidgets.git] / src / os2 / bitmap.cpp
index 8c93cc751fb409a52c36811ff8b40bcb6f12bd9b..46b88b5eb8b26f47f4dbbf4fe8083246e9dbd309 100644 (file)
@@ -194,7 +194,7 @@ wxBitmap::wxBitmap(
         //
         // We assume that it is in XBM format which is not quite the same as
         // the format CreateBitmap() wants because the order of bytes in the
-        // line is inversed!
+        // line is reversed!
         //
         const size_t                nBytesPerLine = (nWidth + 7) / 8;
         const size_t                nPadding = nBytesPerLine % 2;