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:
authorNicholas Rishel <rishel.nick@gmail.com>2012-08-24 09:12:05 +0400
committerNicholas Rishel <rishel.nick@gmail.com>2012-08-24 09:12:05 +0400
commitb47a7c770130cff7b9e1a96e74ebd37f6cf6c47e (patch)
tree6d4c4fe1b13c59ee2017dc6c1c18feff29aa04c7 /source/blender/blenkernel/BKE_screen.h
parent56b28635e74c37e33b44baaa770ecf7d58a32895 (diff)
Code cleanup: comment referenced an outdated file path + spelling error
Diffstat (limited to 'source/blender/blenkernel/BKE_screen.h')
-rw-r--r--source/blender/blenkernel/BKE_screen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_screen.h b/source/blender/blenkernel/BKE_screen.h
index e99fc413ca1..8aa08beec57 100644
--- a/source/blender/blenkernel/BKE_screen.h
+++ b/source/blender/blenkernel/BKE_screen.h
@@ -55,7 +55,7 @@ struct wmWindowManager;
#include "RNA_types.h"
/* spacetype has everything stored to get an editor working, it gets initialized via
- * ED_spacetypes_init() in editors/area/spacetypes.c */
+ * ED_spacetypes_init() in editors/space_api/spacetypes.c */
/* an editor in Blender is a combined ScrArea + SpaceType + SpaceData */
#define BKE_ST_MAXNAME 64