]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Comment-only changes: fix a typo, clarify another comment.
authorNicholas Nethercote <njn@valgrind.org>
Wed, 25 May 2005 15:52:39 +0000 (15:52 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 25 May 2005 15:52:39 +0000 (15:52 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3803

coregrind/m_mallocfree.c

index 7897d745ab502abbaef2fc24e032852737f34fc7..87d21f4e84931dec48e48ebe1ee0ee705a35504c 100644 (file)
@@ -66,7 +66,7 @@ typedef UChar UByte;
 
         bszB == pszB + 2*sizeof(SizeT) + 2*sizeof(void*) + 2*a->rz_szB
 
-     Furthermore, both size fields in the block have their least-sifnificant
+     Furthermore, both size fields in the block have their least-significant
      bit set if the block is not in use, and unset if it is in use.
      (The bottom 3 or so bits are always free for this because of alignment.)
      A block size of zero is not possible, because a block always has at
@@ -83,7 +83,7 @@ typedef UChar UByte;
 typedef
    struct {
       // No fields are actually used in this struct, because a Block has
-      // loads of variable sized fields and so can't be accessed
+      // many variable sized fields and so can't be accessed
       // meaningfully with normal fields.  So we use access functions all
       // the time.  This struct gives us a type to use, though.  Also, we
       // make sizeof(Block) 1 byte so that we can do arithmetic with the