diff options
author | Thomas Wood <thomas.wood@intel.com> | 2015-02-16 11:17:11 +0000 |
---|---|---|
committer | Thomas Wood <thomas.wood@intel.com> | 2015-02-17 11:24:04 +0000 |
commit | a22548fec06faba738a2d59b45b54704e4757685 (patch) | |
tree | 03649320dbd47e25985b4261fc234b4114104d9e /lib/ioctl_wrappers.c | |
parent | f8fd4c977a9dd32992bf5f244bde0b817f7e2c82 (diff) |
lib: small documentation fixes
Signed-off-by: Thomas Wood <thomas.wood@intel.com>
Diffstat (limited to 'lib/ioctl_wrappers.c')
-rw-r--r-- | lib/ioctl_wrappers.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ioctl_wrappers.c b/lib/ioctl_wrappers.c index 288ab8d7..cd6884ad 100644 --- a/lib/ioctl_wrappers.c +++ b/lib/ioctl_wrappers.c @@ -645,7 +645,7 @@ int __gem_context_destroy(int fd, uint32_t ctx_id) } /** - * gem_context_create: + * gem_context_destroy: * @fd: open i915 drm file descriptor * @ctx_id: i915 hw context id * |