From 7393cc1db7abc8fd2c1c37dc13dfc1c85ccffbf6 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 23 Feb 2022 18:24:08 +1100 Subject: Cleanup: Remove repeated word in comments --- source/blender/editors/space_graph/space_graph.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/space_graph') diff --git a/source/blender/editors/space_graph/space_graph.c b/source/blender/editors/space_graph/space_graph.c index 27ac34ba346..22427675ff3 100644 --- a/source/blender/editors/space_graph/space_graph.c +++ b/source/blender/editors/space_graph/space_graph.c @@ -242,7 +242,7 @@ static void graph_main_region_draw(const bContext *C, ARegion *region) GPU_blend(GPU_BLEND_NONE); - /* Vertical component of of the cursor. */ + /* Vertical component of the cursor. */ if (sipo->mode == SIPO_MODE_DRIVERS) { /* cursor x-value */ float x = sipo->cursorTime; -- cgit v1.2.3