Explain TU as translation unit where appropriate

This commit is contained in:
Martin Hořeňovský
2022-09-03 22:22:10 +02:00
parent 7b2e7d623b
commit 686468d185
3 changed files with 10 additions and 8 deletions

View File

@@ -339,8 +339,8 @@ Test cases are ordered one of three ways:
### decl
Declaration order (this is the default order if no --order argument is provided).
Tests in the same TU are sorted using their declaration orders, different
TUs are in an implementation (linking) dependent order.
Tests in the same translation unit are sorted using their declaration orders,
different TUs are sorted in an implementation (linking) dependent order.
### lex