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

changeset 1555
762d0af062f5
parent 1550
1df20330f6bd
child 1571
af8417e590f4
child 1579
0baaae675b19
     1.1 --- a/src/share/classes/com/sun/tools/javac/comp/Check.java	Thu Feb 07 20:47:06 2013 -0800
     1.2 +++ b/src/share/classes/com/sun/tools/javac/comp/Check.java	Fri Feb 08 09:12:37 2013 +0000
     1.3 @@ -1023,7 +1023,7 @@
     1.4          };
     1.5  
     1.6      /** Check that given modifiers are legal for given symbol and
     1.7 -     *  return modifiers together with any implicit modififiers for that symbol.
     1.8 +     *  return modifiers together with any implicit modifiers for that symbol.
     1.9       *  Warning: we can't use flags() here since this method
    1.10       *  is called during class enter, when flags() would cause a premature
    1.11       *  completion.
    1.12 @@ -1069,7 +1069,7 @@
    1.13              }
    1.14              // Imply STRICTFP if owner has STRICTFP set.
    1.15              if (((flags|implicit) & Flags.ABSTRACT) == 0)
    1.16 -              implicit |= sym.owner.flags_field & STRICTFP;
    1.17 +                implicit |= sym.owner.flags_field & STRICTFP;
    1.18              break;
    1.19          case TYP:
    1.20              if (sym.isLocal()) {

mercurial