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:
authorMattias Fredriksson <Osares>2022-08-25 01:11:55 +0300
committerHans Goudey <h.goudey@me.com>2022-08-25 01:22:29 +0300
commit1dae11ccb5f9aea099d8f52ae32138bed02d946f (patch)
treefc724edbcb12edac549080440cc042b1720af82a /source/blender/blenkernel/BKE_attribute.hh
parentf593a560d3ca6db3bcd34960dfcb9bfc24cdf052 (diff)
Cleanup: Improve comments
Add to comments in curves header, fix typo in attribute header. Ref D14481
Diffstat (limited to 'source/blender/blenkernel/BKE_attribute.hh')
-rw-r--r--source/blender/blenkernel/BKE_attribute.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_attribute.hh b/source/blender/blenkernel/BKE_attribute.hh
index 1e61e477759..d29c60a7373 100644
--- a/source/blender/blenkernel/BKE_attribute.hh
+++ b/source/blender/blenkernel/BKE_attribute.hh
@@ -150,7 +150,7 @@ template<typename T> struct AttributeReader {
};
/**
- * Result when looking up an attribute from some geometry with read an write access. After writing
+ * Result when looking up an attribute from some geometry with read and write access. After writing
* to the attribute, the #finish method has to be called. This may invalidate caches based on this
* attribute.
*/