1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00

Fixed a typo.

Change-Id: I64f30d3e8f2565c3fa918b9c4a4508ea043b83d8
This commit is contained in:
Sergey Prigogin 2017-02-27 15:41:17 -08:00
parent 3f8d51e65b
commit b97bdab9f9

View file

@ -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;