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
@@ -258,7 +258,7 @@ static void do_tests(int cache_level, const char *suffix)
char name[80];
if (cache_level != -1) {
switch (gem_set_cacheing(fd, scratch_bo->handle, cache_level)) {
switch (gem_set_caching(fd, scratch_bo->handle, cache_level)) {
case 0: break;
case -EINVAL:
case -ENOTTY: