Cleanup: Typo in comment

This commit is contained in:
Sergey Sharybin 2022-12-07 14:44:45 +01:00
parent cc1ba74ce2
commit f8ddf16e5a
1 changed files with 1 additions and 1 deletions

View File

@ -522,7 +522,7 @@ ccl_device_inline bool light_sample_new_position(KernelGlobals kg,
else
#endif
{
/* Handled in triangle_light_sample for effeciency. */
/* Handled in triangle_light_sample for efficiency. */
}
return true;
}