From 2f3f452f5b40c18ea6e9f6ee5e75f16677487919 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Thu, 26 Feb 2004 12:36:58 +0000 Subject: [PATCH] oh my - 3rd try to fix this typo ... git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2390 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- package/x11/xfree86/radeon-iBook.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;