From c4d6a2de1fe68470485c523b54f1c0d59ff87f2d Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Mon, 18 Feb 2013 15:46:39 +0000 Subject: Merging spelling corrections contributed by bruce mitchener. See . Copied from Perforce Change: 180956 ServerID: perforce.ravenbrook.com --- mps/code/buffer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mps/code/buffer.c') diff --git a/mps/code/buffer.c b/mps/code/buffer.c index f911a28c6b9..1731b2d9826 100644 --- a/mps/code/buffer.c +++ b/mps/code/buffer.c @@ -223,7 +223,7 @@ static Res BufferInitV(Buffer buffer, BufferClass class, buffer->alignment = pool->alignment; /* .trans.mod */ buffer->base = (Addr)0; buffer->initAtFlip = (Addr)0; - /* In the next three assignements we really mean zero, not NULL, because + /* In the next three assignments we really mean zero, not NULL, because the bit pattern is compared. It's pretty unlikely we'll encounter a platform where this makes a difference. */ buffer->ap_s.init = (mps_addr_t)0; @@ -861,7 +861,7 @@ Bool BufferTrip(Buffer buffer, Addr p, Size size) return FALSE; } - /* Emit event including class if loggged */ + /* Emit event including class if logged */ if (buffer->mode & BufferModeLOGGED) { Bool b; Format format; @@ -1170,7 +1170,7 @@ static void bufferNoSetRankSet (Buffer buffer, RankSet rankset) /* bufferNoReassignSeg -- basic BufferReassignSeg method * - * .noseg: basic buffers don't support attachment to sements, so this + * .noseg: basic buffers don't support attachment to segments, so this * method should not be called. */ static void bufferNoReassignSeg (Buffer buffer, Seg seg) -- cgit v1.2.1