< prev index next >

src/java.base/aix/classes/sun/nio/ch/AixPollPort.java

Print this page

        

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2008, 2013, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved.
  * Copyright (c) 2012 SAP SE. 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
  * under the terms of the GNU General Public License version 2 only, as

@@ -430,11 +430,11 @@
                         }
                     } catch (InterruptedException x) {
                         continue;
                     }
 
-                    // contine after we processed a control event
+                    // continue after we processed a control event
                     if (ev == CONTINUE_AFTER_CTL_EVENT) {
                         continue;
                     }
 
                     // handle wakeup to execute task or shutdown
< prev index next >