From 196a774b2453c71403f74959b710335109edfe1a Mon Sep 17 00:00:00 2001
From: Justin Clark-Casey (justincc)
Date: Sun, 31 Jul 2011 00:45:20 +0100
Subject: minor: correct method doc for last commit
---
OpenSim/Region/Physics/OdePlugin/ODEPrim.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
index 905522d..712f7cd 100644
--- a/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
+++ b/OpenSim/Region/Physics/OdePlugin/ODEPrim.cs
@@ -1357,7 +1357,7 @@ Console.WriteLine("ZProcessTaints for " + Name);
/// Create a geometry for the given mesh in the given target space.
///
///
- /// /param>
+ /// /param>
public void CreateGeom(IntPtr m_targetSpace, IMesh mesh)
{
#if SPAM
--
cgit v1.1