8229386: Typo "lables" in doc comment
authorjjg
Fri, 09 Aug 2019 15:22:43 -0700
changeset 57706 7ac414640ad5
parent 57705 7cf02b2c1455
child 57708 1825d29340ee
child 57709 155b084cf384
8229386: Typo "lables" in doc comment Reviewed-by: mchung
src/jdk.compiler/share/classes/com/sun/source/tree/CaseTree.java
--- a/src/jdk.compiler/share/classes/com/sun/source/tree/CaseTree.java	Fri Aug 09 13:13:36 2019 -0700
+++ b/src/jdk.compiler/share/classes/com/sun/source/tree/CaseTree.java	Fri Aug 09 15:22:43 2019 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 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
@@ -49,7 +49,7 @@
     /**
      * Returns the expression for the case, or
      * {@code null} if this is the default case.
-     * If this case has multiple lables, returns the first label.
+     * If this case has multiple labels, returns the first label.
      * @return the expression for the case, or null
      */
     ExpressionTree getExpression();