From f8dd0d0dba748035706382f0c5700bb23e5a9048 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 1 Sep 2021 21:41:23 +1000 Subject: Cleanup: spelling in comments --- source/blender/sequencer/SEQ_iterator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/sequencer/SEQ_iterator.h') diff --git a/source/blender/sequencer/SEQ_iterator.h b/source/blender/sequencer/SEQ_iterator.h index 7eab9f84b50..4f7d603fd6a 100644 --- a/source/blender/sequencer/SEQ_iterator.h +++ b/source/blender/sequencer/SEQ_iterator.h @@ -41,7 +41,7 @@ struct Sequence; * The `__LINE__` is defined at the invocation of the `SEQ_ITERATOR_FOREACH` and is not changed * afterwards. This makes it safe to expand it several times in the `SEQ_ITERATOR_FOREACH`. * - * This allows to have nested foreach loops. + * This allows to have nested `foreach` loops. * * NOTE: Putting nested loop to a wrapper macro is not supported. */ #define _SEQ_ITERATOR_NAME_JOIN(x, y) x##_##y -- cgit v1.2.3