From a285f03f56050b9a9cb02f232078b63b4a181ed2 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 7 Aug 2013 14:54:00 +0200 Subject: [PATCH] tests/prime_self_import: fix comment --- tests/prime_self_import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/prime_self_import.c b/tests/prime_self_import.c index e1acdd3..ed3ff95 100644 --- a/tests/prime_self_import.c +++ b/tests/prime_self_import.c @@ -304,7 +304,7 @@ static void *thread_fn_export_vs_close(void *p) uint32_t handle; while (!pls_die) { - /* We want to race gem close against flink on handle one.*/ + /* We want to race gem close against prime export on handle one.*/ handle = gem_create(fd, 4096); if (handle != 1) gem_close(fd, handle); -- 2.7.4