summaryrefslogtreecommitdiff
path: root/src/Layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Layout.c')
-rw-r--r--src/Layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Layout.c b/src/Layout.c
index 62082a5..e369a82 100644
--- a/src/Layout.c
+++ b/src/Layout.c
@@ -741,7 +741,7 @@ ComputeNaturalSizes (LayoutWidget l, BoxPtr box, LayoutDirection dir)
DBUG_VOID_RETURN;
}
-/* given the boxs geometry, set the geometry of the pieces */
+/* given the box's geometry, set the geometry of the pieces */
#define GluePart(a,b,dist) ((a) ? ((int) (((a) * (dist)) / (b) + \
((dist >= 0) ? 0.5 : -0.5))) : 0)