diff --git a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/formatter/Scribe.java b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/formatter/Scribe.java index 223d652ffcf..c1c05d3cc20 100644 --- a/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/formatter/Scribe.java +++ b/core/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/formatter/Scribe.java @@ -1951,7 +1951,7 @@ public class Scribe { /** * Skip to the next occurrence of the given token type. - * If successful, the next token will be the epxected token, + * If successful, the next token will be the expected token, * otherwise the scanner position is left unchanged. * * @param expectedTokenType