summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ioctl_wrappers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ioctl_wrappers.c b/lib/ioctl_wrappers.c
index edac50f0..06431ce6 100644
--- a/lib/ioctl_wrappers.c
+++ b/lib/ioctl_wrappers.c
@@ -1007,7 +1007,7 @@ uint64_t gem_mappable_aperture_size(void)
* Feature test macro to query the kernel for the global gpu aperture size.
* This is the area available for the kernel to perform address translations.
*
- * Returns: The mappable gtt address space size.
+ * Returns: The gtt address space size.
*/
uint64_t gem_global_aperture_size(int fd)
{