From 1e4dbef654bd31f5706b4b860f6b34c7e5e5f440 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Sat, 22 Jan 2022 13:05:35 -0800 Subject: Fix spelling/wording issues Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith --- src/mga_dac3026.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mga_dac3026.c') diff --git a/src/mga_dac3026.c b/src/mga_dac3026.c index 09fb548..085c772 100644 --- a/src/mga_dac3026.c +++ b/src/mga_dac3026.c @@ -679,7 +679,7 @@ MGA3026Init(ScrnInfoPtr pScrn, DisplayModePtr mode) pReg->Option &= ~0x1000; /* must always have the pci retries on but rely on - polling to keep them from occuring */ + polling to keep them from occurring */ pReg->Option &= ~0x20000000; pVga->MiscOutReg |= 0x0C; -- cgit v1.2.3