comparison mercurial/parsers.c @ 26098:ce26928cbe41

spelling: behaviour -> behavior
author timeless@mozdev.org
date Fri, 28 Aug 2015 10:53:55 -0400
parents 83c9edcac05c
children 50582df9d7a7
comparison
equal deleted inserted replaced
26097:220ee13946d3 26098:ce26928cbe41
680 typedef struct { 680 typedef struct {
681 int children[16]; 681 int children[16];
682 } nodetree; 682 } nodetree;
683 683
684 /* 684 /*
685 * This class has two behaviours. 685 * This class has two behaviors.
686 * 686 *
687 * When used in a list-like way (with integer keys), we decode an 687 * When used in a list-like way (with integer keys), we decode an
688 * entry in a RevlogNG index file on demand. Our last entry is a 688 * entry in a RevlogNG index file on demand. Our last entry is a
689 * sentinel, always a nullid. We have limited support for 689 * sentinel, always a nullid. We have limited support for
690 * integer-keyed insert and delete, only at elements right before the 690 * integer-keyed insert and delete, only at elements right before the