mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Typo fixes from Tom Tromey.
This commit is contained in:
parent
b633a55f0d
commit
db29a5583c
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ import org.eclipse.cdt.debug.core.cdi.CDIException;
|
|||
|
||||
/**
|
||||
*
|
||||
* A contiguos segment of memory in an execution context. A memory
|
||||
* A contiguous segment of memory in an execution context. A memory
|
||||
* block is represented by a starting memory address and a length.
|
||||
*
|
||||
* @since Jul 18, 2002
|
||||
|
@ -71,7 +71,7 @@ public interface ICDIMemoryBlock extends ICDIObject
|
|||
*/
|
||||
void setValue( long offset, byte[] bytes ) throws CDIException;
|
||||
|
||||
boolean isFreezed();
|
||||
boolean isFrozen();
|
||||
|
||||
void setFreezed( boolean freezed );
|
||||
void setFrozen( boolean frozen );
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue