Cleanup: Fix typo in Cycles error log

Pull Request: https://projects.blender.org/blender/blender/pulls/110045
This commit is contained in:
Sergey Sharybin
2023-07-13 09:37:02 +02:00
committed by Sergey Sharybin
parent 8db97728b5
commit 99b962811b

View File

@@ -860,7 +860,7 @@ bool BlenderDisplayDriver::gpu_resources_create()
gpu_render_sync_ = GPU_fence_create();
if (!DCHECK_NOTNULL(gpu_upload_sync_) || !DCHECK_NOTNULL(gpu_render_sync_)) {
LOG(ERROR) << "Error creating GPU synchronization primtiives.";
LOG(ERROR) << "Error creating GPU synchronization primitives.";
assert(0);
return false;
}