no changes, fix typo in comment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-08-30 21:08:43 +00:00
parent 89cafab0f4
commit a8be206acc

View File

@@ -93,7 +93,7 @@
// shouldn't be used with doubles, but we get too many of them and // shouldn't be used with doubles, but we get too many of them and
// removing these operators is probably not a good idea // removing these operators is probably not a good idea
// //
// Maybe we should alway compare doubles up to some "epsilon" precision // Maybe we should always compare doubles up to some "epsilon" precision
#pragma warning(push) #pragma warning(push)
// floating-point equality and inequality comparisons are unreliable // floating-point equality and inequality comparisons are unreliable