diff --git a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IValue.java b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IValue.java index 7c31aa8621c..8f012e7620b 100644 --- a/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IValue.java +++ b/core/org.eclipse.cdt.core/parser/org/eclipse/cdt/core/dom/ast/IValue.java @@ -102,7 +102,7 @@ public interface IValue { IValue clone(); /** - * Serialize this value to the given type marhsal buffer. + * Serialize this value to the given type marshal buffer. * @noreference This method is not intended to be referenced by clients. */ void marshal(ITypeMarshalBuffer buffer) throws CoreException;