summaryrefslogtreecommitdiff
path: root/src/smi.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-28 14:57:43 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2022-01-28 14:57:43 -0800
commit3e608e2332e99477aa219027c518d5e09af4e5b6 (patch)
tree1ab15fa6e6e3f2c1ce83a9476dc1074e2f8bac8f /src/smi.h
parent725459b05f6a641db34c58cffdae0646cc9450cb (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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smi.h b/src/smi.h
index 2742c8d..3e33b86 100644
--- a/src/smi.h
+++ b/src/smi.h
@@ -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);