diff --git a/package/x11/xfree86/radeon-iBook.patch b/package/x11/xfree86/radeon-iBook.patch index 5fa211ab0..b93e16db8 100644 --- a/package/x11/xfree86/radeon-iBook.patch +++ b/package/x11/xfree86/radeon-iBook.patch @@ -44,7 +44,7 @@ diff -ur xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_driver.c xc-working/p #if X_BYTE_ORDER == X_BIG_ENDIAN - /* Alhought we current onlu use aperture 0, also setting aperture 1 should not harm -ReneR */ -+ /* Alhought we currenty only use aperture 0, setting aperture 1 should not harm. -ReneR */ ++ /* Alhought we currently only use aperture 0, setting aperture 1 should not harm. -ReneR */ switch (pScrn->bitsPerPixel) { case 16: save->surface_cntl |= RADEON_NONSURF_AP0_SWP_16BPP;