Typo. s/Java Element/C Element/

Change-Id: Ida00d0fe8884ebf3beb4afc9b7fb44e084a028a5
diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/CElementLabels.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/CElementLabels.java
index 25c9e07..91fbb93 100644
--- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/CElementLabels.java
+++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/CElementLabels.java
@@ -323,11 +323,11 @@
 	}
 
 	/**
-	 * Returns the label for a Java element with the flags as defined by this class.
+	 * Returns the label for a C element with the flags as defined by this class.
 	 *
 	 * @param element the element to render
 	 * @param flags the rendering flags
-	 * @return the label of the Java element
+	 * @return the label of the C element
 	 */
 	public static String getElementLabel(ICElement element, long flags) {
 		StringBuilder result = new StringBuilder();
@@ -336,11 +336,11 @@
 	}
 
 	/**
-	 * Returns the styled label for a Java element with the flags as defined by this class.
+	 * Returns the styled label for a C element with the flags as defined by this class.
 	 *
 	 * @param element the element to render
 	 * @param flags the rendering flags
-	 * @return the label of the Java element
+	 * @return the label of the C element
 	 *
 	 */
 	public static StyledString getStyledElementLabel(ICElement element, long flags) {
@@ -350,7 +350,7 @@
 	}
 
 	/**
-	 * Returns the label for a Java element with the flags as defined by this class.
+	 * Returns the label for a C element with the flags as defined by this class.
 	 *
 	 * @param element the element to render
 	 * @param flags the rendering flags
@@ -361,7 +361,7 @@
 	}
 
 	/**
-	 * Returns the styled label for a Java element with the flags as defined by this class.
+	 * Returns the styled label for a C element with the flags as defined by this class.
 	 *
 	 * @param element the element to render
 	 * @param flags the rendering flags