From 83cc5d019eb22ed83bc2e9fb621b908d597c6e65 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Wed, 6 Jun 2012 15:14:19 -0700 Subject: [PATCH] Fixed a typo. --- .../parser/org/eclipse/cdt/core/index/IIndexManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/index/IIndexManager.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/index/IIndexManager.java index 0b61a345627..ef65bc7bfef 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/index/IIndexManager.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/index/IIndexManager.java @@ -124,7 +124,7 @@ public interface IIndexManager extends IPDOMManager { public static final int UPDATE_ALL= 0x1; /** - * Constant for requesting an update of translation units if theit timestamps have changed. + * Constant for requesting an update of translation units if their timestamps have changed. */ public static final int UPDATE_CHECK_TIMESTAMPS= 0x2;