[llvm] 4e20a82 - Fix broken C++ mode comment
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri May 19 14:44:19 PDT 2023
Author: Matt Arsenault
Date: 2023-05-19T22:44:12+01:00
New Revision: 4e20a8234cc774717601db9d6b470ad8c849e154
URL: https://github.com/llvm/llvm-project/commit/4e20a8234cc774717601db9d6b470ad8c849e154
DIFF: https://github.com/llvm/llvm-project/commit/4e20a8234cc774717601db9d6b470ad8c849e154.diff
LOG: Fix broken C++ mode comment
Added:
Modified:
llvm/include/llvm/Analysis/AssumeBundleQueries.h
Removed:
################################################################################
diff --git a/llvm/include/llvm/Analysis/AssumeBundleQueries.h b/llvm/include/llvm/Analysis/AssumeBundleQueries.h
index 7859801303865..b3f499faa14ed 100644
--- a/llvm/include/llvm/Analysis/AssumeBundleQueries.h
+++ b/llvm/include/llvm/Analysis/AssumeBundleQueries.h
@@ -1,4 +1,4 @@
-//===- AssumeBundleQueries.h - utilities to query assume bundles *- C++ -*-===//
+//===- AssumeBundleQueries.h - utilis to query assume bundles ---*- C++ -*-===//
//
// 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 llvm-commits
mailing list