diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-01-12 08:08:43 -0500 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-01-22 03:58:24 -0500 |
commit | c3d19d3c3fb0085fbfb81f546abb8d50fdf58d17 (patch) | |
tree | 1c4aa9fe9bd5e3a508ed4541b1ab9dde8358bc7e /include/uapi | |
parent | f5395ba35f2ae52eb5839f8046e4aeef6df7f357 (diff) |
drm/i915: Spelling s/auxilliary/auxiliary/
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'include/uapi')
-rw-r--r-- | include/uapi/drm/i915_drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/drm/i915_drm.h b/include/uapi/drm/i915_drm.h index 52aed893710a..126bfaa8bb6b 100644 --- a/include/uapi/drm/i915_drm.h +++ b/include/uapi/drm/i915_drm.h | |||
@@ -721,7 +721,7 @@ struct drm_i915_gem_execbuffer2 { | |||
721 | */ | 721 | */ |
722 | #define I915_EXEC_IS_PINNED (1<<10) | 722 | #define I915_EXEC_IS_PINNED (1<<10) |
723 | 723 | ||
724 | /** Provide a hint to the kernel that the command stream and auxilliary | 724 | /** Provide a hint to the kernel that the command stream and auxiliary |
725 | * state buffers already holds the correct presumed addresses and so the | 725 | * state buffers already holds the correct presumed addresses and so the |
726 | * relocation process may be skipped if no buffers need to be moved in | 726 | * relocation process may be skipped if no buffers need to be moved in |
727 | * preparation for the execbuffer. | 727 | * preparation for the execbuffer. |