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>2020-12-07 05:24:58 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-12-07 05:25:53 +0300
commitfff0032a25710da0fb8497f882c9a24a827d9089 (patch)
treedbf8758dc7638a05a30035619ca032596bdfaa96 /source/blender/editors/space_outliner/outliner_intern.h
parent5c3fa5a42474f0a831bcdef03a60f6a84594ccd9 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/editors/space_outliner/outliner_intern.h')
-rw-r--r--source/blender/editors/space_outliner/outliner_intern.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/space_outliner/outliner_intern.h b/source/blender/editors/space_outliner/outliner_intern.h
index 0b432d932ca..ecf8cc0f800 100644
--- a/source/blender/editors/space_outliner/outliner_intern.h
+++ b/source/blender/editors/space_outliner/outliner_intern.h
@@ -51,8 +51,8 @@ typedef struct SpaceOutliner_Runtime {
* Scenes, Blender File, etc.). */
struct TreeDisplay *tree_display;
- /** Pointers to treestore elements, grouped by (id, type, nr)
- * in hashtable for faster searching */
+ /** Pointers to tree-store elements, grouped by `(id, type, nr)`
+ * in hash-table for faster searching. */
struct GHash *treehash;
} SpaceOutliner_Runtime;