langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/SourcePath.java
changeset 14366 af625e568667
parent 14357 faf9cde2817b
--- a/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/SourcePath.java	Mon Oct 29 10:39:49 2012 -0700
+++ b/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/SourcePath.java	Tue Oct 30 10:15:19 2012 -0700
@@ -110,7 +110,7 @@
     /**
      * Find the specified directory in the source path.
      *
-     * @param name Name of the directory to be searched for in the source path.
+     * @param p Name of the directory to be searched for in the source path.
      * @return File Return the directory if found else return null.
      */
     public File getDirectory(DocPath p) {