Skip to content
Snippets Groups Projects
Commit 9a8d6f96 authored by Basile Desloges's avatar Basile Desloges
Browse files

[eacsl] Fix comment

parent 279b7338
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ static void *read_value(void *arg) { ...@@ -89,7 +89,7 @@ static void *read_value(void *arg) {
usleep(100); usleep(100);
} while (!idx_written); } while (!idx_written);
// Acquire a read lock so that the specification can check `writte[idx]` and // Acquire a read lock so that the specification can check `written[idx]` and
// `values[idx]`. // `values[idx]`.
pthread_rwlock_rdlock(lock); pthread_rwlock_rdlock(lock);
/*@ requires written[idx] == 1; /*@ requires written[idx] == 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment