diff --git a/src/java.desktop/share/classes/javax/swing/ComboBoxModel.java b/src/java.desktop/share/classes/javax/swing/ComboBoxModel.java
index 50bd87d66f0..b730aad4c09 100644
--- a/src/java.desktop/share/classes/javax/swing/ComboBoxModel.java
+++ b/src/java.desktop/share/classes/javax/swing/ComboBoxModel.java
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2021, 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
@@ -25,7 +25,7 @@
package javax.swing;
/**
- * A data model for a combo box. This interface extends ListDataModel
+ * A data model for a combo box. This interface extends ListModel
* and adds the concept of a selected item. The selected item is generally
* the item which is visible in the combo box display area.
*