Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-10-22 02:28:56 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-22 02:28:56 +0300
commit05ab3356a719ca1991dc993e2a055962e24aa138 (patch)
tree7019a401b278517c54864ac9cdd22a7a03c7eb7d /source/blender/editors/screen
parent3e1baa7d539757b8e5fa870d4909354e0b5645b9 (diff)
Cleanup: spelling in comments, use C style comments
Diffstat (limited to 'source/blender/editors/screen')
-rw-r--r--source/blender/editors/screen/area.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/screen/area.c b/source/blender/editors/screen/area.c
index 9e179dad2e8..b69a563166a 100644
--- a/source/blender/editors/screen/area.c
+++ b/source/blender/editors/screen/area.c
@@ -972,8 +972,8 @@ static void fullscreen_azone_init(ScrArea *area, ARegion *region)
#define AZONEPAD_ICON (0.45f * U.widget_unit)
static void region_azone_edge(AZone *az, ARegion *region)
{
- /* If region is overlapped (transparent background), move AZone to content.
- * Note this is an arbitrary amount that matches nicely with numbers elswhere. */
+ /* If region is overlapped (transparent background), move #AZone to content.
+ * Note this is an arbitrary amount that matches nicely with numbers elsewhere. */
int overlap_padding = (region->overlap) ? (int)(0.4f * U.widget_unit) : 0;
switch (az->edge) {