Code cleanup: comment referenced an outdated file path + spelling error

This commit is contained in:
Nicholas Rishel 2012-08-24 05:12:05 +00:00
parent 56b28635e7
commit b47a7c7701
2 changed files with 3 additions and 3 deletions

@ -88,7 +88,7 @@ typedef struct bContextStore {
int used;
} bContextStore;
/* for the conrtext's rna mode enum
/* for the context's rna mode enum
* keep aligned with data_mode_strings in context.c */
enum {
CTX_MODE_EDIT_MESH = 0,
@ -174,7 +174,7 @@ void CTX_wm_operator_poll_msg_set(struct bContext *C, const char *msg);
*
* - listbases consist of CollectionPointerLink items and must be
* freed with BLI_freelistN!
* - the dir listbase consits of LinkData items */
* - the dir listbase consists of LinkData items */
/* data type, needed so we can tell between a NULL pointer and an empty list */
enum {

@ -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