Fix a misspelling of 'acceleration' in amdgpu_kms.c

Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
Nicholas Molloy
2017-03-26 02:38:40 +13:00
committed by Michel Dänzer
parent 165b514476
commit 67d155e62f

View File

@@ -1796,7 +1796,7 @@ Bool AMDGPUScreenInit_KMS(SCREEN_INIT_ARGS_DECL)
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "3D acceleration disabled\n");
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "2D acceleration disabled\n");
} else {
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "2D and 3D cceleration disabled\n");
xf86DrvMsg(pScrn->scrnIndex, X_INFO, "2D and 3D acceleration disabled\n");
}
/* Init DPMS */