* src/threads/posix/lock.c: Replaced UTF-8 characters with ASCII.
authorStefan Ring <stefan@complang.tuwien.ac.at>
Fri, 9 May 2008 16:32:52 +0000 (18:32 +0200)
committerStefan Ring <stefan@complang.tuwien.ac.at>
Fri, 9 May 2008 16:32:52 +0000 (18:32 +0200)
src/threads/posix/lock.c

index 07a5362cfe4a6d93782330ee4aa05072f07ac396..4d69503ba8a2824b904c0a5d11aa26a2f872b271 100644 (file)
  *
  *     ,----------------------,-----------,---,
  *     |      thread ID       |   count   | 0 |
- *     `----------------------'-----------'---´
+ *     `----------------------'-----------'---'
  *
  *     thread ID......the 'index' of the owning thread, or 0
  *     count..........number of times the lock has been entered        minus 1
  *
  *     ,----------------------------------,---,
  *     |    lock_record_t * (without LSB) | 1 |
- *     `----------------------------------'---´
+ *     `----------------------------------'---'
  *
  *     1..............the shape bit is 1 in fat lock mode
  */