Skip to content

Commit 411c752

Browse files
committed
[orc-rt] Fix typos in file comments.
1 parent 0a96b24 commit 411c752

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

orc-rt/lib/executor/TaskDispatcher.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
//===- TaskDispatch.cpp ---------------------------------------------------===//
1+
//===- TaskDispatcher.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.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
88
//
9-
// Contains the implementation of APIs in the orc-rt/TaskDispatch.h header.
9+
// Contains the implementation of APIs in the orc-rt/TaskDispatcher.h header.
1010
//
1111
//===----------------------------------------------------------------------===//
1212

orc-rt/lib/executor/ThreadPoolTaskDispatcher.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
//===- ThreadPoolTaskDispatch.cpp -----------------------------------------===//
1+
//===- ThreadPoolTaskDispatcher.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.
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
88
//
9-
// Contains the implementation of APIs in the orc-rt/ThreadPoolTaskDispatch.h
9+
// Contains the implementation of APIs in the orc-rt/ThreadPoolTaskDispatcher.h
1010
// header.
1111
//
1212
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)