From b331acf477125121b109e743c00fd214f7aaf6a1 Mon Sep 17 00:00:00 2001 From: YimingWu Date: Tue, 27 Jul 2021 14:02:22 +0800 Subject: Cleanup: comment spelling & punctuation --- source/blender/windowmanager/gizmo/WM_gizmo_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/windowmanager/gizmo') diff --git a/source/blender/windowmanager/gizmo/WM_gizmo_types.h b/source/blender/windowmanager/gizmo/WM_gizmo_types.h index 1fbbec7f949..eab62ffce4c 100644 --- a/source/blender/windowmanager/gizmo/WM_gizmo_types.h +++ b/source/blender/windowmanager/gizmo/WM_gizmo_types.h @@ -186,7 +186,7 @@ typedef enum eWM_GizmoFlagMapTypeUpdateFlag { * \brief Gizmo tweak flag. * Bitflag passed to gizmo while tweaking. * - * \note Gizmos are responsible for handling this #wmGizmo.modal callback!. + * \note Gizmos are responsible for handling this #wmGizmo.modal callback. */ typedef enum { /* Drag with extra precision (Shift). */ -- cgit v1.2.3