[PATCH] drm/nouveau/core: fix spelling mistake in comment

Lijo Antony lijo.kernel at gmail.com
Mon Mar 4 08:31:17 PST 2013


Signed-off-by: Lijo Antony <lijo.kernel at gmail.com>
---
 drivers/gpu/drm/nouveau/core/core/client.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/nouveau/core/core/client.c b/drivers/gpu/drm/nouveau/core/core/client.c
index 295c221..d0f6b9d 100644
--- a/drivers/gpu/drm/nouveau/core/core/client.c
+++ b/drivers/gpu/drm/nouveau/core/core/client.c
@@ -69,7 +69,7 @@ nouveau_client_create_(const char *name, u64 devname, const char *cfg,
 	if (ret)
 		return ret;
 
-	/* prevent init/fini being called, os in in charge of this */
+	/* prevent init/fini being called, os is in charge of this */
 	atomic_set(&nv_object(client)->usecount, 2);
 
 	nouveau_object_ref(device, &client->device);
-- 
1.7.10.4



More information about the dri-devel mailing list