diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 13:05:35 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-22 13:05:35 -0800 |
commit | 1e4dbef654bd31f5706b4b860f6b34c7e5e5f440 (patch) | |
tree | 9c3223e63aa48c106dadb1a64e4775f7234e8d93 /src/mga_dac3026.c | |
parent | f74f0504156f2504294cdd9c7f068ab4745a5c4e (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/mga_dac3026.c')
-rw-r--r-- | src/mga_dac3026.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |