From dc2cd2d0dcfdc2e10ccd1f06039390b6293e46ef Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 10 Oct 2019 10:25:46 +1100 Subject: Cleanup: clang-format, spelling --- source/blender/python/intern/bpy_rna.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/python/intern/bpy_rna.c') diff --git a/source/blender/python/intern/bpy_rna.c b/source/blender/python/intern/bpy_rna.c index d13393280d0..6c66097fe22 100644 --- a/source/blender/python/intern/bpy_rna.c +++ b/source/blender/python/intern/bpy_rna.c @@ -932,8 +932,8 @@ static PyObject *pyrna_struct_repr(BPy_StructRNA *self) ID *real_id = NULL; path = RNA_path_from_real_ID_to_struct(G_MAIN, &self->ptr, &real_id); if (path != NULL) { - /* real_id may be NULL in some cases, although the only valid one is evaluated data, - * which should have been catched already above. + /* 'real_id' may be NULL in some cases, although the only valid one is evaluated data, + * which should have already been caught above. * So assert, but handle it without crashing for release builds. */ BLI_assert(real_id != NULL); -- cgit v1.2.3