src/java.base/share/classes/javax/crypto/CipherInputStream.java
changeset 51759 ac6e9a2ebc04
parent 47216 71c04702a3d5
child 52160 2de3d2f1df39
--- a/src/java.base/share/classes/javax/crypto/CipherInputStream.java	Sat Sep 15 13:53:43 2018 -0700
+++ b/src/java.base/share/classes/javax/crypto/CipherInputStream.java	Sat Sep 15 22:02:08 2018 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2018, 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
@@ -52,7 +52,7 @@
  * method counts only data that have been processed by the encapsulated Cipher.
  *
  * <p> It is crucial for a programmer using this class not to use
- * methods that are not defined or overriden in this class (such as a
+ * methods that are not defined or overridden in this class (such as a
  * new method or constructor that is later added to one of the super
  * classes), because the design and implementation of those methods
  * are unlikely to have considered security impact with regard to