Minor documentation change for readability

git-svn-id: file:///srv/devel/repo-conversion/nuwi@30 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2010-03-30 11:05:26 +00:00
parent 8d092bd9e8
commit 082e73aab5

View File

@ -34,8 +34,7 @@ namespace Nuclex.Windows.Forms {
// Could probably use VolatileWrite() as well, but for consistency reasons // Could probably use VolatileWrite() as well, but for consistency reasons
// this is an Interlocked call, too. Mixing different synchronization measures // this is an Interlocked call, too. Mixing different synchronization measures
// for a variable causes trouble so often that this raises a red flag // for a variable raises a red flag whenever I see it :)
// whenever I see it :)
Interlocked.Exchange(ref this.newProgress, -1.0f); Interlocked.Exchange(ref this.newProgress, -1.0f);
} }