From aff591c6e1233248ad8b4f37c87d6e5ea406a35d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 17 Sep 2012 22:22:06 +0000 Subject: code cleanup: typos and set exceptional cases of zero length normals as UNLIKELY(). --- source/blender/bmesh/intern/bmesh_operators.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/bmesh/intern/bmesh_operators.c') diff --git a/source/blender/bmesh/intern/bmesh_operators.c b/source/blender/bmesh/intern/bmesh_operators.c index 53b95c97c8b..2100cd2bd0b 100644 --- a/source/blender/bmesh/intern/bmesh_operators.c +++ b/source/blender/bmesh/intern/bmesh_operators.c @@ -1253,7 +1253,7 @@ int BMO_error_occurred(BMesh *bm) return bm->errorstack.first != NULL; } -/* returns error code or 0 if no erro */ +/* returns error code or 0 if no error */ int BMO_error_get(BMesh *bm, const char **msg, BMOperator **op) { BMOpError *err = bm->errorstack.first; -- cgit v1.2.3