From 8eb53df38141785283cb1590c33c9f85e95415ff Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Sun, 21 Nov 2010 18:38:57 +0000 Subject: [PATCH] Comment adjustment. --- .../eclipse/cdt/internal/core/pdom/dom/IPDOMOverloader.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/dom/IPDOMOverloader.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/dom/IPDOMOverloader.java index ebfceee41b4..a6b1d53a061 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/dom/IPDOMOverloader.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/dom/IPDOMOverloader.java @@ -6,15 +6,15 @@ * http://www.eclipse.org/legal/epl-v10.html * * Contributors: - * QNX - Initial API and implementation + * QNX - Initial API and implementation *******************************************************************************/ package org.eclipse.cdt.internal.core.pdom.dom; import org.eclipse.core.runtime.CoreException; /** - * Interface for any element in the PDOM that can have the same name as a - * sibling, but differ in other ways (i.e. function parameters, template + * Interface for any element in the PDOM that can have the same name as + * a sibling, but differ in other ways (i.e. function parameters, template * arguments). * * @author Bryan Wilkinson