Javadoc fixes

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/jcs/trunk@1749100 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/disk/block/BlockDisk.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/disk/block/BlockDisk.java
index b6ceaf7..2b7219f 100644
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/disk/block/BlockDisk.java
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/disk/block/BlockDisk.java
@@ -376,7 +376,7 @@
      * <p>
      * @param block number
      * @return the byte offset for this block in the file as an int; may overflow
-     * @deprecacted (since 2.0) use {@link #calculateByteOffsetForBlockAsLong(int)} instead
+     * @deprecated (since 2.0) use {@link #calculateByteOffsetForBlockAsLong(int)} instead
      */
     @Deprecated
     protected int calculateByteOffsetForBlock( int block )
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/http/server/RemoteHttpCacheServlet.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/http/server/RemoteHttpCacheServlet.java
index d3708f4..761efe9 100644
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/http/server/RemoteHttpCacheServlet.java
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/http/server/RemoteHttpCacheServlet.java
@@ -346,7 +346,7 @@
     }
 
     /**
-     * @param remoteCacheService the remoteCacheService to set
+     * @param rcs the remoteCacheService to set
      */
     protected void setRemoteCacheService(ICacheServiceNonLocal<Serializable, Serializable> rcs)
     {
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/util/RemoteCacheRequestFactory.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/util/RemoteCacheRequestFactory.java
index 261105a..fc90ca9 100644
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/util/RemoteCacheRequestFactory.java
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs/auxiliary/remote/util/RemoteCacheRequestFactory.java
@@ -41,7 +41,7 @@
      * @param cacheName cache name
      * @param requestType type of request
      * @param requesterId id of requester
-     * @return
+     * @return the request
      */
     private static <K, V> RemoteCacheRequest<K, V> createRequest(String cacheName, RemoteRequestType requestType, long requesterId)
     {
diff --git a/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/memory/soft/SoftReferenceMemoryCache.java b/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/memory/soft/SoftReferenceMemoryCache.java
index a24413c..ea80d2f 100644
--- a/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/memory/soft/SoftReferenceMemoryCache.java
+++ b/commons-jcs-core/src/main/java/org/apache/commons/jcs/engine/memory/soft/SoftReferenceMemoryCache.java
@@ -46,9 +46,9 @@
 import org.apache.commons.logging.LogFactory;
 
 /**
- * A JCS {@link MemoryCache} that has {@link SoftReference} too all its values.
+ * A JCS IMemoryCache that has {@link SoftReference} to all its values.
  * This cache does not respect {@link ICompositeCacheAttributes#getMaxObjects()}
- * as overflowing is handled by java gc.
+ * as overflowing is handled by Java GC.
  * <p>
  * The cache also has strong references to a maximum number of objects given by
  * the maxObjects parameter