summaryrefslogtreecommitdiff
path: root/tests/prime_self_import.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2013-08-07 14:54:00 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2013-08-07 19:56:47 +0200
commita285f03f56050b9a9cb02f232078b63b4a181ed2 (patch)
tree8d387c21c6df939dd7dfe74a9bcf01fe4c36122a /tests/prime_self_import.c
parent00280fa82acbca4cf2fac6ac27efb56d86bfcbe1 (diff)
tests/prime_self_import: fix comment
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);