From 0672757bc625d1fbdbad877d0dff2ae83fbfccc7 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Wed, 20 Oct 2010 23:35:46 +0000 Subject: [PATCH] Adjusted comments. --- .../src/org/eclipse/cdt/internal/ui/text/CHeuristicScanner.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/CHeuristicScanner.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/CHeuristicScanner.java index bdb6e249a2f..9c142012e8d 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/CHeuristicScanner.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/text/CHeuristicScanner.java @@ -28,7 +28,7 @@ import org.eclipse.cdt.ui.text.ICPartitions; /** * Utility methods for heuristic based C manipulations in an incomplete C source file. * - *

An instance holds some internal position in the document and is therefore not threadsafe.

+ *

An instance holds some internal position in the document and is therefore not thread-safe.

*/ public final class CHeuristicScanner implements Symbols { /**