From: PSpeed42@gmail.com Date: Fri, 22 Jul 2011 09:13:40 +0000 (+0000) Subject: Fixed a typo in the comment. OCD strikes again. X-Git-Tag: v0.8.0~687 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=93510e28f7d975dda29e1012cb993d09baa28941;p=mikumikustudio%2FMikuMikuStudio.git Fixed a typo in the comment. OCD strikes again. git-svn-id: http://jmonkeyengine.googlecode.com/svn/trunk@7900 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- diff --git a/engine/src/core/com/jme3/util/BufferUtils.java b/engine/src/core/com/jme3/util/BufferUtils.java index 4c534226f..64dbcf544 100644 --- a/engine/src/core/com/jme3/util/BufferUtils.java +++ b/engine/src/core/com/jme3/util/BufferUtils.java @@ -73,7 +73,7 @@ public final class BufferUtils { // the same hashCode(). // It would be better to just keep a straight list of weak references // and clean out the dead every time a new buffer is allocated. - // WeakHashMap is doing that anyway... to there is no extra expense + // WeakHashMap is doing that anyway... so there is no extra expense // incurred. // Recommend a ConcurrentLinkedQueue of WeakReferences since it // supports the threading semantics required with little extra overhead.