diff options
author | peter.d.reid <peter.d.reid@noemail.net> | 2014-09-06 16:39:46 +0000 |
---|---|---|
committer | peter.d.reid <peter.d.reid@noemail.net> | 2014-09-06 16:39:46 +0000 |
commit | 60ec914c74ec79e4b73c004d1c21330be7916c99 (patch) | |
tree | 161a67068bbeecedccf7a6bb0e0f82ea2d86a6d2 /src/test_malloc.c | |
parent | 60da72741ab642bd590480a397dead6a581000d3 (diff) | |
download | sqlite-60ec914c74ec79e4b73c004d1c21330be7916c99.tar.gz sqlite-60ec914c74ec79e4b73c004d1c21330be7916c99.zip |
Fix typos in comments. No code changes.
FossilOrigin-Name: e62aab5e9290503869e1f4d5e0fefd2b4dee0a69
Diffstat (limited to 'src/test_malloc.c')
-rw-r--r-- | src/test_malloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test_malloc.c b/src/test_malloc.c index b937cea7c..bd0a3d1ff 100644 --- a/src/test_malloc.c +++ b/src/test_malloc.c @@ -887,7 +887,7 @@ static int test_memdebug_log( ** ** Set the scratch memory buffer using SQLITE_CONFIG_SCRATCH. ** The buffer is static and is of limited size. N might be -** adjusted downward as needed to accomodate the requested size. +** adjusted downward as needed to accommodate the requested size. ** The revised value of N is returned. ** ** A negative SIZE causes the buffer pointer to be NULL. @@ -927,7 +927,7 @@ static int test_config_scratch( ** ** Set the page-cache memory buffer using SQLITE_CONFIG_PAGECACHE. ** The buffer is static and is of limited size. N might be -** adjusted downward as needed to accomodate the requested size. +** adjusted downward as needed to accommodate the requested size. ** The revised value of N is returned. ** ** A negative SIZE causes the buffer pointer to be NULL. |