diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-28 14:57:43 -0800 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-01-28 14:57:43 -0800 |
commit | 3e608e2332e99477aa219027c518d5e09af4e5b6 (patch) | |
tree | 1ab15fa6e6e3f2c1ce83a9476dc1074e2f8bac8f /src/smi.h | |
parent | 725459b05f6a641db34c58cffdae0646cc9450cb (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/smi.h')
-rw-r--r-- | src/smi.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -393,7 +393,7 @@ Bool SMI_MapMem(ScrnInfoPtr pScrn); void SMI_UnmapMem(ScrnInfoPtr pScrn); void SMI_AdjustFrame(ADJUST_FRAME_ARGS_DECL); Bool SMI_SwitchMode(SWITCH_MODE_ARGS_DECL); -void SMI_LoadPalette(ScrnInfoPtr pScrn, int numColors, int *indicies, +void SMI_LoadPalette(ScrnInfoPtr pScrn, int numColors, int *indices, LOCO *colors, VisualPtr pVisual); xf86MonPtr SMI_ddc1(ScrnInfoPtr pScrn); void SMI_PrintRegs(ScrnInfoPtr pScrn); |