summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2006-11-28 10:06:15 -0800
committerEric Anholt <eric@anholt.net>2006-11-28 11:13:42 -0800
commit38ecc66cd9c61346a46697bbf1d8319f4f6f9800 (patch)
tree24c05ab63d427d3a1a8f7fb0857f834c259953ff /hw
parent834e4b079866594b50be64ae79f3cb2a5baa2070 (diff)
Typo that was missed in testing.
Diffstat (limited to 'hw')
-rw-r--r--hw/xfree86/ddc/ddcProperty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/ddc/ddcProperty.c b/hw/xfree86/ddc/ddcProperty.c
index 87c91b8ce..ddf580cd4 100644
--- a/hw/xfree86/ddc/ddcProperty.c
+++ b/hw/xfree86/ddc/ddcProperty.c
@@ -69,7 +69,7 @@ DDCModesFromEstablished(int scrnIndex, struct established_timings *timing)
for (i = 0; i < 17; i++) {
if (bits & (0x01 << i)) {
- Mode = xf86DusplicateMode(&DDCEstablishedModes[i]);
+ Mode = xf86DuplicateMode(&DDCEstablishedModes[i]);
Modes = xf86ModesAdd(Modes, Mode);
}
}