diff options
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | 2014-01-12 14:08:43 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-01-22 09:58:24 +0100 |
commit | c3d19d3c3fb0085fbfb81f546abb8d50fdf58d17 (patch) | |
tree | 1c4aa9fe9bd5e3a508ed4541b1ab9dde8358bc7e /include/uapi | |
parent | f5395ba35f2ae52eb5839f8046e4aeef6df7f357 (diff) | |
download | linux-c3d19d3c3fb0085fbfb81f546abb8d50fdf58d17.tar.bz2 |
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 { */ #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. |