src/java.base/windows/classes/sun/nio/ch/Iocp.java
changeset 57536 67cce1b84a9a
parent 47216 71c04702a3d5
--- a/src/java.base/windows/classes/sun/nio/ch/Iocp.java	Thu Jul 25 12:15:27 2019 +0200
+++ b/src/java.base/windows/classes/sun/nio/ch/Iocp.java	Thu Jul 25 11:44:37 2019 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2019, 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
@@ -317,7 +317,7 @@
                         myGroupAndInvokeCount.resetInvokeCount();
 
                     // wait for I/O completion event
-                    // A error here is fatal (thread will not be replaced)
+                    // An error here is fatal (thread will not be replaced)
                     replaceMe = false;
                     try {
                         getQueuedCompletionStatus(port, ioResult);