1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fixed a typo.

This commit is contained in:
Sergey Prigogin 2012-06-06 15:14:19 -07:00
parent 2e0ffe0ae5
commit 83cc5d019e

View file

@ -124,7 +124,7 @@ public interface IIndexManager extends IPDOMManager {
public static final int UPDATE_ALL= 0x1; 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; public static final int UPDATE_CHECK_TIMESTAMPS= 0x2;