From: Michael Witten Date: Mon, 30 Apr 2012 17:21:51 +0000 (+0000) Subject: Docs: Comment: Fixed egregious typos X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=0dc5d4f708985a2724a1186b2a6b71b27aba5376;p=deliverable%2Flinux.git Docs: Comment: Fixed egregious typos Signed-off-by: Michael Witten Signed-off-by: Jiri Kosina --- diff --git a/drivers/gpu/drm/radeon/r300.c b/drivers/gpu/drm/radeon/r300.c index b9b776f1e582..d8dd269b9159 100644 --- a/drivers/gpu/drm/radeon/r300.c +++ b/drivers/gpu/drm/radeon/r300.c @@ -1541,7 +1541,7 @@ int r300_init(struct radeon_device *rdev) rdev->accel_working = true; r = r300_startup(rdev); if (r) { - /* Somethings want wront with the accel init stop accel */ + /* Something went wrong with the accel init, so stop accel */ dev_err(rdev->dev, "Disabling GPU acceleration\n"); r100_cp_fini(rdev); radeon_wb_fini(rdev);