From dcb341816e49d5c2fcc745c248d4885a85d3bfd8 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 22 Jan 2022 10:07:44 -0800 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- src/lg_driver.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/lg_driver.c') diff --git a/src/lg_driver.c b/src/lg_driver.c index f6d721a..0a4c3b5 100644 --- a/src/lg_driver.c +++ b/src/lg_driver.c @@ -132,7 +132,7 @@ static int pix24bpp = 0; /* * This contains the functions needed by the server after loading the * driver module. It must be supplied, and gets added the driver list - * by the Module Setup funtion in the dynamic case. In the static + * by the Module Setup function in the dynamic case. In the static * case a reference to this is compiled in, and this requires that the * name of this DriverRec be an upper-case version of the driver name. */ @@ -186,7 +186,7 @@ LgLineDataRec LgLineData[] = { {20, 5120, 1}, {26, 6656, 1}, /* - * Sentinal to indicate end of table. + * Sentinel to indicate end of table. */ {-1, -1, -1} }; @@ -1444,7 +1444,7 @@ LgModeInit(ScrnInfoPtr pScrn, DisplayModePtr mode) /* * The 5465's DTTC records _fetches_ per line, not tiles per - * line. Fetchs are 128-byte fetches. + * line. Fetches are 128-byte fetches. */ if (pCir->chip.lg->ModeReg.DTTC & 0x0040) { /* -- cgit v1.2.1