From: Damien Lespiau Date: Fri, 30 Aug 2013 13:40:26 +0000 (+0100) Subject: drm/i915: It's its! X-Git-Tag: next-20130919~37^2~73 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=508842a0366253cf99803277dfba837d3decfeeb;p=karo-tx-linux.git drm/i915: It's its! Signed-off-by: Damien Lespiau Acked-by: Ben Widawsky Signed-off-by: Daniel Vetter --- diff --git a/drivers/gpu/drm/i915/i915_gem_context.c b/drivers/gpu/drm/i915/i915_gem_context.c index b6da70b51aea..26c3fccc9599 100644 --- a/drivers/gpu/drm/i915/i915_gem_context.c +++ b/drivers/gpu/drm/i915/i915_gem_context.c @@ -73,7 +73,7 @@ * * There are two confusing terms used above: * The "current context" means the context which is currently running on the - * GPU. The GPU has loaded it's state already and has stored away the gtt + * GPU. The GPU has loaded its state already and has stored away the gtt * offset of the BO. The GPU is not actively referencing the data at this * offset, but it will on the next context switch. The only way to avoid this * is to do a GPU reset.