[clang] c1ee219 - arm_bf16.td: fix copy/paste typo in comment header
Dimitry Andric via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 20 10:44:10 PDT 2023
Author: Dimitry Andric
Date: 2023-04-20T19:43:51+02:00
New Revision: c1ee2192dd0f28cdf02a0544d25d0710c037bf9b
URL: https://github.com/llvm/llvm-project/commit/c1ee2192dd0f28cdf02a0544d25d0710c037bf9b
DIFF: https://github.com/llvm/llvm-project/commit/c1ee2192dd0f28cdf02a0544d25d0710c037bf9b.diff
LOG: arm_bf16.td: fix copy/paste typo in comment header
Added:
Modified:
clang/include/clang/Basic/arm_bf16.td
Removed:
################################################################################
diff --git a/clang/include/clang/Basic/arm_bf16.td b/clang/include/clang/Basic/arm_bf16.td
index d837a7666d403..f70c7221f8d6d 100644
--- a/clang/include/clang/Basic/arm_bf16.td
+++ b/clang/include/clang/Basic/arm_bf16.td
@@ -1,4 +1,4 @@
-//===--- arm_fp16.td - ARM BF16 compiler interface ------------------------===//
+//===--- arm_bf16.td - ARM BF16 compiler interface ------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
More information about the cfe-commits
mailing list