1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

More bugzilla 293480 - edited a couple more comments.

This commit is contained in:
Randy Rohrbach 2009-10-27 18:48:30 +00:00
parent e2a14c751f
commit e81078bb95

View file

@ -343,9 +343,8 @@ public class DsfMemoryBlock extends PlatformObject implements IMemoryBlockExtens
// | +--- bigDistance/distance |
// | |
// | <------------------ length ----------------------------->|
// | <------------------ newLength ---------------------------------->
// | +---------------------------------------------------------------+
// | | |
// | |<----------------- newLength --------------------------------->|
// | | Newly retrieved data |
// |<-+->+---------------------------------------------------------------+
// | | address |
@ -434,25 +433,22 @@ public class DsfMemoryBlock extends PlatformObject implements IMemoryBlockExtens
// | Cached data from previous retrieve |
// | |
// |<-- length -----> |
// <-- newLength ----------> |
// +-----------------------+ |
// | | |
// |<----- newLength ----->| |
// | Newly retrieved data | |
// +-----------------------+ |
// address| |
// | |
// |<----------------------- length ----------------------------->|
// <------------------------------- newLength -------------------------->|
// +---------------------------------------------------------------------+
// | |
// | <----------------------------- newLength -------------------------->|
// | Newly retrieved data |
// +---------------------------------------------------------------------+
// address| |
// | |
// |<----------------------- length ----------------------------->|
// <------------------------------- newLength --------------------------------->
// +---------------------------------------------------------------------------+
// | |
// |<------------------------------ newLength -------------------------------->|
// | Newly retrieved data |
// +---------------------------------------------------------------------------+
// address| |