correcting a typo that causes c# express to complain about xml comment containing invalid xml

Signed-off-by: BlueWall <jamesh@bluewallgroup.com>
integration
SignpostMarv 2012-09-13 13:10:59 +01:00 committed by BlueWall
parent 82487549f7
commit 9598c1af9e
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ namespace OpenSim.Region.CoreModules.World.Land
/// without recounting the whole sim.
///
/// We start out tainted so that the first get call resets the various prim counts.
/// <value>
/// </value>
private bool m_Tainted = true;
private Object m_TaintLock = new Object();