diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/utils/DefinitionFinder.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/utils/DefinitionFinder.java index 66ba582788e..d32d2c1f9cc 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/utils/DefinitionFinder.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/utils/DefinitionFinder.java @@ -130,7 +130,7 @@ public class DefinitionFinder { } /** - * Checks if the given binding has a definition The search is done in the index and in the ASTs + * Checks if the given binding has a definition. The search is done in the index and in the ASTs * of dirty editors. * * @param binding the binding to find the definition for