diff options
Diffstat (limited to 'utils/OptionalTests/Extra/Runtime/darwin-clang_rt.c')
-rw-r--r-- | utils/OptionalTests/Extra/Runtime/darwin-clang_rt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/OptionalTests/Extra/Runtime/darwin-clang_rt.c b/utils/OptionalTests/Extra/Runtime/darwin-clang_rt.c index d22c0bd..e527789 100644 --- a/utils/OptionalTests/Extra/Runtime/darwin-clang_rt.c +++ b/utils/OptionalTests/Extra/Runtime/darwin-clang_rt.c @@ -1,4 +1,4 @@ -/* This file tests that we can succesfully call each compiler-rt function. It is +/* This file tests that we can successfully call each compiler-rt function. It is designed to check that the runtime libraries are available for linking and that they contain the expected contents. It is not designed to test the correctness of the individual functions in compiler-rt. |