Cycles: Some typo fixes

This commit is contained in:
Sergey Sharybin
2016-03-12 15:00:06 +05:00
parent d652833a17
commit b20f12d835
2 changed files with 3 additions and 3 deletions

View File

@@ -1193,7 +1193,7 @@ bool device_cuda_init(void)
}
#ifndef _WIN32
else if(cuewCompilerPath() != NULL) {
VLOG(1) << "Found CUDA compiled " << cuewCompilerPath();
VLOG(1) << "Found CUDA compiler " << cuewCompilerPath();
result = true;
}
else {