From 1d7556f583ea7eacc7f8585ea8f2b169ff722898 Mon Sep 17 00:00:00 2001 From: yellows8 Date: Sun, 11 Feb 2018 18:29:30 -0500 Subject: [PATCH] Updated ioctl.h comment. --- nx/include/switch/gfx/ioctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nx/include/switch/gfx/ioctl.h b/nx/include/switch/gfx/ioctl.h index ff54598f..5af60893 100644 --- a/nx/include/switch/gfx/ioctl.h +++ b/nx/include/switch/gfx/ioctl.h @@ -1,6 +1,6 @@ #pragma once -//The below defines are from Linux kernel ioctl.h. +//The below defines are based on Linux kernel ioctl.h. #define _NV_IOC_NRBITS 8 #define _NV_IOC_TYPEBITS 8