* internal form used in the JVM before putting it in
* the hashtable.
*
- * <p>If <code>oldname</code> is equivalent to
+ * <p>If <code>oldname</code> is identical to
* <code>newname</code>, then this method does not
* perform anything; it does not record the mapping from
* <code>oldname</code> to <code>newname</code>. See
* @param accDesc the descriptor of the accessor method. The first
* parameter type is <code>clazz</code>.
* If the private method is static,
- * <code>accDesc<code> must be equal to <code>desc</code>.
+ * <code>accDesc<code> must be identical to <code>desc</code>.
*
* @param orig the method info of the private method.
* @return