From: Thierry Reding <[email protected]> "other" was misspelled as "otehr". Fix it.
Signed-off-by: Thierry Reding <[email protected]> --- lib/drmtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/drmtest.c b/lib/drmtest.c index 8a07152c701a..24a5ea0f6a0f 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"; } } -- 2.14.1 _______________________________________________ dri-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/dri-devel
