* Picky comment change

This commit is contained in:
Justin Clarke Casey
2008-03-24 18:26:43 +00:00
parent 1a970d8f2d
commit 185dbb06af

View File

@@ -30,7 +30,7 @@ using System;
namespace OpenSim.Framework.Communications.Limit
{
/// <summary>
/// Strategy which enforces no limits
/// Strategy which polices no limits
/// </summary>
public class NullLimitStrategy<TId> : IRequestLimitStrategy<TId>
{