diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/ProblemsLabelDecorator.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/ProblemsLabelDecorator.java
index 9167db36c20..d7d6f46f710 100644
--- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/ProblemsLabelDecorator.java
+++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/viewsupport/ProblemsLabelDecorator.java
@@ -54,12 +54,10 @@ import org.eclipse.cdt.internal.ui.util.ImageDescriptorRegistry;
*/
public class ProblemsLabelDecorator implements ILabelDecorator, ILightweightLabelDecorator {
/**
- * This is a special LabelProviderChangedEvent
carrying additional
- * information whether the event origins from a maker change.
+ * This is a special {@code LabelProviderChangedEvent} carrying additional
+ * information whether the event originates from a maker change.
*
- * ProblemsLabelChangedEvent
s are only generated by
- * ProblemsLabelDecorator
s.
- *