From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: [PATCH TRIVIAL] drm/i915: Spelling s/auxilliary/auxiliary/ Date: Sun, 12 Jan 2014 14:08:43 +0100 Message-ID: <1389532123-6554-1-git-send-email-geert@linux-m68k.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from jacques.telenet-ops.be (jacques.telenet-ops.be [195.130.132.50]) by gabe.freedesktop.org (Postfix) with ESMTP id 26984FA266 for ; Sun, 12 Jan 2014 05:13:49 -0800 (PST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: Daniel Vetter , David Airlie , Jiri Kosina Cc: Geert Uytterhoeven , dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org From: Geert Uytterhoeven Signed-off-by: Geert Uytterhoeven --- include/uapi/drm/i915_drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/uapi/drm/i915_drm.h b/include/uapi/drm/i915_drm.h index 3a4e97bd8607..ebe5bffacd8b 100644 --- a/include/uapi/drm/i915_drm.h +++ b/include/uapi/drm/i915_drm.h @@ -719,7 +719,7 @@ struct drm_i915_gem_execbuffer2 { */ #define I915_EXEC_IS_PINNED (1<<10) -/** Provide a hint to the kernel that the command stream and auxilliary +/** Provide a hint to the kernel that the command stream and auxiliary * state buffers already holds the correct presumed addresses and so the * relocation process may be skipped if no buffers need to be moved in * preparation for the execbuffer. -- 1.7.9.5