From b97bdab9f9c07e15c828a0e2784e593209350d8c Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Mon, 27 Feb 2017 15:41:17 -0800 Subject: [PATCH] Fixed a typo. Change-Id: I64f30d3e8f2565c3fa918b9c4a4508ea043b83d8 --- .../parser/org/eclipse/cdt/core/dom/ast/IValue.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;