[compiler-rt] 36b1fb5 - [ORC-RT] Fix typos in file comments. NFC.
Lang Hames via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 23 19:49:29 PDT 2025
Author: Lang Hames
Date: 2025-03-24T13:49:23+11:00
New Revision: 36b1fb5c7afae5583c76f347e247731e5db37190
URL: https://github.com/llvm/llvm-project/commit/36b1fb5c7afae5583c76f347e247731e5db37190
DIFF: https://github.com/llvm/llvm-project/commit/36b1fb5c7afae5583c76f347e247731e5db37190.diff
LOG: [ORC-RT] Fix typos in file comments. NFC.
Added:
Modified:
compiler-rt/lib/orc/tests/unit/error_test.cpp
Removed:
################################################################################
diff --git a/compiler-rt/lib/orc/tests/unit/error_test.cpp b/compiler-rt/lib/orc/tests/unit/error_test.cpp
index ac9f7eddeddaa..0328cfdfd1066 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
//
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list