summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2014-09-30 10:31:52 -0400
committerAdam Jackson <ajax@redhat.com>2014-09-30 10:31:52 -0400
commit08d459d2b548ce89264f45c7018f1cda9f08d795 (patch)
tree70829f9fd677a5d6841dac5cd6b8c621f38652a7
parentb0b287209cfba5c64c7584b1a82ed2a2f1eab7e6 (diff)
Fix a typo
Signed-off-by: Adam Jackson <ajax@redhat.com>
-rw-r--r--src/smilynx_hw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smilynx_hw.c b/src/smilynx_hw.c
index 7f6a8f2..b2ee8a5 100644
--- a/src/smilynx_hw.c
+++ b/src/smilynx_hw.c
@@ -573,7 +573,7 @@ SMILynx_ddc1Read(ScrnInfoPtr pScrn)
}
static void
-SMILynx_ddc1SetSpeed(ScrnInfoPtr pScrn, xf86ddcSpeec speed)
+SMILynx_ddc1SetSpeed(ScrnInfoPtr pScrn, xf86ddcSpeed speed)
{
vgaHWddc1SetSpeed(pScrn, speed);
}