[libc-commits] [libc] 33abb72 - [libc] [obvious] Fix typo in binary header.
via libc-commits
libc-commits at lists.llvm.org
Wed Jul 29 05:18:11 PDT 2020
Author: Chris Gyurgyik
Date: 2020-07-29T08:18:07-04:00
New Revision: 33abb7292e8f8f373f319a96a9456e05a1efce2d
URL: https://github.com/llvm/llvm-project/commit/33abb7292e8f8f373f319a96a9456e05a1efce2d
DIFF: https://github.com/llvm/llvm-project/commit/33abb7292e8f8f373f319a96a9456e05a1efce2d.diff
LOG: [libc] [obvious] Fix typo in binary header.
Added:
Modified:
libc/utils/LibcTableGenUtil/APIIndexer.cpp
Removed:
################################################################################
diff --git a/libc/utils/LibcTableGenUtil/APIIndexer.cpp b/libc/utils/LibcTableGenUtil/APIIndexer.cpp
index 366dea9ec11c..6ef9a6576b87 100644
--- a/libc/utils/LibcTableGenUtil/APIIndexer.cpp
+++ b/libc/utils/LibcTableGenUtil/APIIndexer.cpp
@@ -1,4 +1,4 @@
-//===-- Implementation of APIIndexer clas ---------------------------------===//
+//===-- Implementation of APIIndexer class --------------------------------===//
//
// 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 libc-commits
mailing list