Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
[pandora-kernel.git] / drivers / gpu / drm / radeon / radeon_cursor.c
index 017ac54..bdf2fa1 100644 (file)
@@ -226,7 +226,7 @@ int radeon_crtc_cursor_move(struct drm_crtc *crtc,
                y += crtc->y;
                DRM_DEBUG("x %d y %d c->x %d c->y %d\n", x, y, crtc->x, crtc->y);
 
-               /* avivo cursor image can't end on 128 pixel boundry or
+               /* avivo cursor image can't end on 128 pixel boundary or
                 * go past the end of the frame if both crtcs are enabled
                 */
                list_for_each_entry(crtc_p, &crtc->dev->mode_config.crtc_list, head) {