tests: s/cacheing/caching

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2013-08-12 08:41:05 +02:00
parent 7b254f1939
commit 40ea6f4ea8
10 changed files with 32 additions and 32 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ int main(int argc, char **argv)
}
for (c = cache; c->level != -1; c++) {
if (gem_set_cacheing(fd, dst, c->level))
if (gem_set_caching(fd, dst, c->level))
continue;
for (count = 1; count <= 1<<17; count <<= 1) {