]> git.ozlabs.org Git - ccan-lca-2011.git/commitdiff
tdb2: spelling fix
authorBrad Hards <bradh@frogmouth.net>
Sun, 16 Jan 2011 06:50:24 +0000 (17:50 +1100)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 17 Jan 2011 05:58:53 +0000 (16:28 +1030)
ccan/tdb2/test/run-firstkey-nextkey.c

index 424b736cb4d1f3d8582717ba04073f591bde2849..d07745f9f0a1d7a0799daa14f8ddb9d39d18e22c 100644 (file)
@@ -126,7 +126,7 @@ int main(int argc, char *argv[])
                        k = k2;
                }
 
-               /* But arbitary orderings should work too. */
+               /* But arbitrary orderings should work too. */
                for (j = td.calls-1; j > 0; j--) {
                        k.dptr = (unsigned char *)&td.records[j-1];
                        k.dsize = sizeof(td.records[j-1]);