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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-11-30 01:10:05 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-11-30 02:15:17 +0300
commit76471dbd5e2efbbc3a4d4b3a1a26fe0649f31cff (patch)
tree1c90a473a0c9dbd5e5180ca5e632288215ce699b /intern/cycles/device
parent4e45265dc6cafe0bf6f36a14a469288183059858 (diff)
Cleanup: capitalize NOTE tag
Diffstat (limited to 'intern/cycles/device')
-rw-r--r--intern/cycles/device/memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/device/memory.h b/intern/cycles/device/memory.h
index cb22c191656..d3ebebb34b4 100644
--- a/intern/cycles/device/memory.h
+++ b/intern/cycles/device/memory.h
@@ -581,7 +581,7 @@ template<typename T> class device_vector : public device_memory {
* from an already allocated base memory. It is freed automatically when it
* goes out of scope, which should happen before base memory is freed.
*
- * Note: some devices require offset and size of the sub_ptr to be properly
+ * NOTE: some devices require offset and size of the sub_ptr to be properly
* aligned to device->mem_address_alingment(). */
class device_sub_ptr {