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:
Diffstat (limited to 'source/blender/makesdna/DNA_workspace_types.h')
-rw-r--r--source/blender/makesdna/DNA_workspace_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_workspace_types.h b/source/blender/makesdna/DNA_workspace_types.h
index c5c2351c718..0fce331fadf 100644
--- a/source/blender/makesdna/DNA_workspace_types.h
+++ b/source/blender/makesdna/DNA_workspace_types.h
@@ -165,7 +165,7 @@ typedef struct WorkSpaceDataRelation {
/** The data used to identify the relation
* (e.g. to find screen-layout (= value) from/for a hook).
- * Note: Now runtime only. */
+ * NOTE: Now runtime only. */
void *parent;
/** The value for this parent-data/workspace relation. */
void *value;