summaryrefslogtreecommitdiff
path: root/src/lx_exa.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 11:04:32 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-22 11:04:32 -0800
commit27ea30c38994b689d6e27e8fac8c63d69179f9b5 (patch)
tree6ab1a75abb9a619b66f91171ad99d7ec4d836ee4 /src/lx_exa.c
parent2c415eb841c94238cf49c44dea4a83fa83621307 (diff)
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/lx_exa.c')
-rw-r--r--src/lx_exa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lx_exa.c b/src/lx_exa.c
index 60edd1b..fb26bee 100644
--- a/src/lx_exa.c
+++ b/src/lx_exa.c
@@ -1136,7 +1136,7 @@ lx_do_composite_mask_two_pass(PixmapPtr pxDst, unsigned long dstOffset,
/* The rendering region should not be bigger than off-screen memory size
* which equals to DEFAULT_EXA_SCRATCH_BFRSZ. If that happens, we split
* the PictOpOver rendering region into several 256KB chunks. And because
- * of the Pitch(stride) parameter, so we use maximun width of mask picture.
+ * of the Pitch(stride) parameter, so we use maximum width of mask picture.
* that is to say it is a scanline rendering process */
if (width * height * 4 > DEFAULT_EXA_SCRATCH_BFRSZ) {
opWidth = width;