Cleanup: warning, spelling

This commit is contained in:
Campbell Barton
2015-05-26 16:46:11 +10:00
parent 9b1ca19396
commit 2c3c477223
2 changed files with 2 additions and 2 deletions

View File

@@ -41,7 +41,7 @@
*
* Note on Queues :
* Ideally we would want kernel_scene_intersect to work on queues.
* But during the very first time, the queues wil be empty and hence we perform a direct mapping
* But during the very first time, the queues will be empty and hence we perform a direct mapping
* between ray-index and thread-index; From the next time onward, the queue will be filled and
* we may start operating on queues.
*