diff options
author | Lang Hames <lhames@gmail.com> | 2025-03-24 13:30:16 +1100 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2025-03-24 13:49:23 +1100 |
commit | 36b1fb5c7afae5583c76f347e247731e5db37190 (patch) | |
tree | b047077527dc07977faa9288c096f989feae7d86 | |
parent | e409464e955e32aaab7147125982fd57abc534ca (diff) | |
download | llvm-36b1fb5c7afae5583c76f347e247731e5db37190.zip llvm-36b1fb5c7afae5583c76f347e247731e5db37190.tar.gz llvm-36b1fb5c7afae5583c76f347e247731e5db37190.tar.bz2 |
[ORC-RT] Fix typos in file comments. NFC.
-rw-r--r-- | compiler-rt/lib/orc/tests/unit/error_test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/lib/orc/tests/unit/error_test.cpp b/compiler-rt/lib/orc/tests/unit/error_test.cpp index ac9f7ed..0328cfd 100644 --- a/compiler-rt/lib/orc/tests/unit/error_test.cpp +++ b/compiler-rt/lib/orc/tests/unit/error_test.cpp @@ -1,4 +1,4 @@ -//===-- error_test.cpp --sssssssss-----------------------------------------===// +//===-- error_test.cpp ----------------------------------------------------===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. @@ -10,7 +10,7 @@ // // Note: // This unit test was adapted from -// llvm/unittests/Support/ExtensibleRTTITest.cpp +// llvm/unittests/Support/ErrorTest.cpp // //===----------------------------------------------------------------------===// |