summaryrefslogtreecommitdiff
path: root/tests/prime_self_import.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/prime_self_import.c')
-rw-r--r--tests/prime_self_import.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/prime_self_import.c b/tests/prime_self_import.c
index e1acdd35..ed3ff95f 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);