[igt-dev] [PATCH i-g-t 1/1] lib: Fix typo in igt_device_scan.c
Petri Latvala
petri.latvala at intel.com
Wed Dec 4 12:35:51 UTC 2019
Signed-off-by: Petri Latvala <petri.latvala at intel.com>
Cc: Arkadiusz Hiler <arkadiusz.hiler at intel.com>
---
lib/igt_device_scan.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/igt_device_scan.c b/lib/igt_device_scan.c
index b3f79c81..cf7c4d95 100644
--- a/lib/igt_device_scan.c
+++ b/lib/igt_device_scan.c
@@ -959,7 +959,7 @@ static struct filter_class filter_definition_list[] = {
.is_valid = sys_path_valid,
.filter_function = filter_sys,
.help = "sys:/sys/devices/pci0000:00/0000:00:02.0",
- .detail = "find device byt its sysfs path\n",
+ .detail = "find device by its sysfs path\n",
},
{
.name = "drm",
--
2.19.1
More information about the igt-dev
mailing list