[libcxx-commits] [libcxx] acb9156 - [libc++][NFC] Fix license comment typo
Louis Dionne via libcxx-commits
libcxx-commits at lists.llvm.org
Sat Nov 11 10:25:08 PST 2023
Author: Louis Dionne
Date: 2023-11-11T08:24:19-10:00
New Revision: acb9156266206d53134e986bb4481b900bc4db75
URL: https://github.com/llvm/llvm-project/commit/acb9156266206d53134e986bb4481b900bc4db75
DIFF: https://github.com/llvm/llvm-project/commit/acb9156266206d53134e986bb4481b900bc4db75.diff
LOG: [libc++][NFC] Fix license comment typo
Fixes #72024
Added:
Modified:
libcxx/include/__algorithm/ranges_equal_range.h
Removed:
################################################################################
diff --git a/libcxx/include/__algorithm/ranges_equal_range.h b/libcxx/include/__algorithm/ranges_equal_range.h
index ed78cf312c6b23a..1ff8856ca03f1e0 100644
--- a/libcxx/include/__algorithm/ranges_equal_range.h
+++ b/libcxx/include/__algorithm/ranges_equal_range.h
@@ -1,6 +1,6 @@
//===----------------------------------------------------------------------===//
//
-// Part of the LLVM __project, under the Apache License v2.0 with LLVM Exceptions.
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
More information about the libcxx-commits
mailing list