Index: src/test_quota.c ================================================================== --- src/test_quota.c +++ src/test_quota.c @@ -15,12 +15,12 @@ ** ** This particular shim enforces a quota system on files. One or more ** database files are in a "quota group" that is defined by a GLOB ** pattern. A quota is set for the combined size of all files in the ** the group. A quota of zero means "no limit". If the total size -** of all files in the quota group is greater than or equal to the limit, -** then write requests that attempt to enlarge a file fail with SQLITE_FULL. +** of all files in the quota group is greater than the limit, then +** write requests that attempt to enlarge a file fail with SQLITE_FULL. ** ** However, before returning SQLITE_FULL, the write requests invoke ** a callback function that is configurable for each quota group. ** This callback has the opportunity to enlarge the quota. If the ** callback does enlarge the quota such that the total size of all