diff options
author | mistachkin <mistachkin@noemail.net> | 2013-03-21 21:20:32 +0000 |
---|---|---|
committer | mistachkin <mistachkin@noemail.net> | 2013-03-21 21:20:32 +0000 |
commit | 48864df97d4a09bb229b0a298bb458db31524432 (patch) | |
tree | fb1e71cea24aa612610e85d9b92a49ab8bd67f27 /src/test6.c | |
parent | 0e5fba790a07c2d3697b63a81d4e068be32dc707 (diff) | |
download | sqlite-48864df97d4a09bb229b0a298bb458db31524432.tar.gz sqlite-48864df97d4a09bb229b0a298bb458db31524432.zip |
Many spelling fixes in comments. No changes to code.
FossilOrigin-Name: 6f6e2d50941e444ebc83604daddcc034137a05b7
Diffstat (limited to 'src/test6.c')
-rw-r--r-- | src/test6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test6.c b/src/test6.c index f511be9de..c151ea429 100644 --- a/src/test6.c +++ b/src/test6.c @@ -87,7 +87,7 @@ typedef struct WriteBuffer WriteBuffer; ** an aligned write() of an integer number of 512 byte regions, then ** option (3) above is never selected. Instead, each 512 byte region ** is either correctly written or left completely untouched. Similar -** logic governs the behaviour if any of the other ATOMICXXX flags +** logic governs the behavior if any of the other ATOMICXXX flags ** is set. ** ** If either the IOCAP_SAFEAPPEND or IOCAP_SEQUENTIAL flags are set |