[llvm] 741396a - [ADT] Correct Comment in Triple.h
Archibald Elliott via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 20 04:14:34 PST 2022
Author: Archibald Elliott
Date: 2022-12-20T12:14:28Z
New Revision: 741396af16d14091c26b63a32ca925520f1ef16d
URL: https://github.com/llvm/llvm-project/commit/741396af16d14091c26b63a32ca925520f1ef16d
DIFF: https://github.com/llvm/llvm-project/commit/741396af16d14091c26b63a32ca925520f1ef16d.diff
LOG: [ADT] Correct Comment in Triple.h
Added:
Modified:
llvm/include/llvm/ADT/Triple.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/ADT/Triple.h b/llvm/include/llvm/ADT/Triple.h
index 48285ac80fe2..1b026f74ed1f 100644
--- a/llvm/include/llvm/ADT/Triple.h
+++ b/llvm/include/llvm/ADT/Triple.h
@@ -8,7 +8,7 @@
///
/// \file
/// This header is deprecated in favour of
-/// `llvm/TargetParser/AArch64TargetParser.h`.
+/// `llvm/TargetParser/Triple.h`.
///
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list