From 2204b3b17be0c05027ed6df2def3fff2b9a9c841 Mon Sep 17 00:00:00 2001 From: Thierry Reding Date: Thu, 12 Oct 2017 10:22:30 +0200 Subject: lib/drmtest: Fix typo "other" was misspelled as "otehr". Fix it. Signed-off-by: Thierry Reding --- lib/drmtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/drmtest.c') diff --git a/lib/drmtest.c b/lib/drmtest.c index 15a46477..e6bdbc35 100644 --- a/lib/drmtest.c +++ b/lib/drmtest.c @@ -355,7 +355,7 @@ static const char *chipset_to_str(int chipset) case DRIVER_ANY: return "any"; default: - return "otehr"; + return "other"; } } -- cgit v1.2.3