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:
parent
8d092bd9e8
commit
082e73aab5
|
@ -34,8 +34,7 @@ namespace Nuclex.Windows.Forms {
|
|||
|
||||
// Could probably use VolatileWrite() as well, but for consistency reasons
|
||||
// this is an Interlocked call, too. Mixing different synchronization measures
|
||||
// for a variable causes trouble so often that this raises a red flag
|
||||
// whenever I see it :)
|
||||
// for a variable raises a red flag whenever I see it :)
|
||||
Interlocked.Exchange(ref this.newProgress, -1.0f);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user