Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorJeroen Bakker <jeroen@blender.org>2021-02-15 13:07:11 +0300
committerJeroen Bakker <jeroen@blender.org>2021-02-15 13:07:11 +0300
commit853c4e74ee27cfc5d876b8d8bd5cdcc283556406 (patch)
treea6ba900a9ec9ab06845cb9f2d26e819f2c0bb41f /source
parentef02e1be5dd38c59e7be5ed740ad936f60003188 (diff)
Cleanup: Grammar in comments
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/intern/cryptomatte.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/cryptomatte.cc b/source/blender/blenkernel/intern/cryptomatte.cc
index ef7f5963bee..477c7c34d06 100644
--- a/source/blender/blenkernel/intern/cryptomatte.cc
+++ b/source/blender/blenkernel/intern/cryptomatte.cc
@@ -182,7 +182,7 @@ uint32_t BKE_cryptomatte_asset_hash(CryptomatteSession *session, const Object *o
* https://github.com/Psyop/Cryptomatte/blob/master/specification/cryptomatte_specification.pdf.
*
* The conversion uses as many 32 bit floating point values as possible to minimize hash
- * collisions. Unfortunately not all 32 bits can be as NaN and Inf can be problematic.
+ * collisions. Unfortunately not all 32 bits can be used as NaN and Inf can be problematic.
*
* Note that this conversion assumes to be running on a L-endian system. */
float BKE_cryptomatte_hash_to_float(uint32_t cryptomatte_hash)