jdk/src/share/classes/sun/security/validator/SimpleValidator.java
changeset 8163 d9bcc1208691
parent 7040 659824c2a550
child 11900 9b1d5bef8038
child 10336 0bb1999251f8
--- a/jdk/src/share/classes/sun/security/validator/SimpleValidator.java	Tue Feb 01 00:29:26 2011 -0800
+++ b/jdk/src/share/classes/sun/security/validator/SimpleValidator.java	Tue Feb 01 04:45:10 2011 -0800
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -156,8 +156,8 @@
 
             // check certificate algorithm
             try {
-                // Algorithm checker don't care about the unresolved critical
-                // extensions.
+                // Algorithm checker does not care about the unresolved
+                // critical extensions.
                 defaultAlgChecker.check(cert, Collections.<String>emptySet());
                 if (appAlgChecker != null) {
                     appAlgChecker.check(cert, Collections.<String>emptySet());