Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergey Prigogin2012-03-18 01:28:43 +0000
committerSergey Prigogin2012-03-18 01:28:43 +0000
commit76acf3360105634c0e63d545bdfcf7a9e9127f90 (patch)
treede89cabb0cfe160e8cc12aa05bb1b4fd6d212bef /core/org.eclipse.cdt.core/parser/org/eclipse/cdt
parent51fdcf8efdbaafc698d7f9ec657307f39d0bb54c (diff)
downloadorg.eclipse.cdt-76acf3360105634c0e63d545bdfcf7a9e9127f90.tar.gz
org.eclipse.cdt-76acf3360105634c0e63d545bdfcf7a9e9127f90.tar.xz
org.eclipse.cdt-76acf3360105634c0e63d545bdfcf7a9e9127f90.zip
Fixed a typo.
Diffstat (limited to 'core/org.eclipse.cdt.core/parser/org/eclipse/cdt')
-rw-r--r--core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/PDOM.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/PDOM.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/PDOM.java
index 4c9bf0ef0e5..435a9249e97 100644
--- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/PDOM.java
+++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/internal/core/pdom/PDOM.java
@@ -208,7 +208,7 @@ public class PDOM extends PlatformObject implements IPDOM {
* #114.0# - Partial specializations for class template specializations, bug 332884.
* - Corrected signatures for function templates, bug 335062. <<CDT 8.0>>
*
- * CDT 8.1 development (versions not supported on teh 8.0.x branch)
+ * CDT 8.1 development (versions not supported on the 8.0.x branch)
* 120.0 - Enumerators in global index, bug 356235
* 120.1 - Specializations of using declarations, bug 357293.
* 121.0 - Multiple variants of included header file, bug 197989.

Back to the top