Skip to content

Commit a088dbd

Browse files
committed
[orc-rt] Fix comment typos in unit tests. NFC.
1 parent 101ad14 commit a088dbd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

orc-rt/unittests/bit-test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- BitTest.cpp --------------------------------------------------------===//
1+
//===- bit-test.cpp -------------------------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

orc-rt/unittests/span-test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- span_test.cpp ------------------------------------------------------===//
1+
//===- span-test.cpp ------------------------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)