src/share/classes/com/sun/tools/javac/comp/Resolve.java

changeset 1409
33abf479f202
parent 1396
9b85813d2262
child 1415
01c9d4161882
     1.1 --- a/src/share/classes/com/sun/tools/javac/comp/Resolve.java	Wed Nov 14 16:41:51 2012 -0800
     1.2 +++ b/src/share/classes/com/sun/tools/javac/comp/Resolve.java	Wed Nov 14 17:23:10 2012 -0800
     1.3 @@ -1731,7 +1731,7 @@
     1.4  
     1.5      /** Find an unqualified identifier which matches a specified kind set.
     1.6       *  @param env       The current environment.
     1.7 -     *  @param name      The indentifier's name.
     1.8 +     *  @param name      The identifier's name.
     1.9       *  @param kind      Indicates the possible symbol kinds
    1.10       *                   (a subset of VAL, TYP, PCK).
    1.11       */

mercurial