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:
parent
3f8d51e65b
commit
b97bdab9f9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue