From cebbbba6dac211a31fbe2a5a309ceaf70ede5c55 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Thu, 20 Dec 2018 15:11:40 +0100 Subject: Fix comment. --- src/libnrtype/Layout-TNG-Compute.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libnrtype') diff --git a/src/libnrtype/Layout-TNG-Compute.cpp b/src/libnrtype/Layout-TNG-Compute.cpp index edb5c56e1..938763656 100644 --- a/src/libnrtype/Layout-TNG-Compute.cpp +++ b/src/libnrtype/Layout-TNG-Compute.cpp @@ -962,7 +962,7 @@ void Layout::Calculator::_createFirstScanlineMaker() _scanline_maker = new ShapeScanlineMaker(_flow._input_wrap_shapes[_current_shape_index].shape, _block_progression); TRACE((" begin wrap shape 0\n")); - // 'inside-shape' uses an infinitely high (wide) shape. We must set initial y. (We only need to do it here as there is only one shape.) + // 'inline-size' uses an infinitely high (wide) shape. We must set initial y. (We only need to do it here as there is only one shape.) if (_flow.wrap_mode == WRAP_INLINE_SIZE) { _block_progression = _flow._blockProgression(); if( _block_progression == RIGHT_TO_LEFT || -- cgit v1.2.3