summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Deucher <alex@botch2.com>2007-08-08 00:07:16 -0400
committerAlex Deucher <alex@botch2.com>2007-08-08 00:07:16 -0400
commitc01000bc684f6a23a38a52f0808182cefaa686bb (patch)
tree35a16b25db82ae15517afdbb29dd1652eb21bf4b
parent5c3f49e651c36f3bd14fa29359e24825d8f7f77f (diff)
RADEON: fix typo in comment
-rw-r--r--src/radeon_crtc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/radeon_crtc.c b/src/radeon_crtc.c
index cf67400..8e71330 100644
--- a/src/radeon_crtc.c
+++ b/src/radeon_crtc.c
@@ -565,7 +565,7 @@ RADEONInitCrtc2Registers(xf86CrtcPtr crtc, RADEONSavePtr save,
((pScrn->bitsPerPixel * 8) -1)) / (pScrn->bitsPerPixel * 8);
save->crtc2_pitch |= save->crtc2_pitch << 16;
- /* check to see if TV_DAC is enabled for another output and keep it enabled */
+ /* check to see if TV DAC is enabled for another crtc and keep it enabled */
if (save->crtc2_gen_cntl & RADEON_CRTC2_CRT2_ON)
save->crtc2_gen_cntl = RADEON_CRTC2_CRT2_ON;
else