aboutsummaryrefslogtreecommitdiff
path: root/libc/utils
diff options
context:
space:
mode:
authorChris Gyurgyik <37983775+cgyurgyik@users.noreply.github.com>2020-07-29 08:18:07 -0400
committerGitHub <noreply@github.com>2020-07-29 08:18:07 -0400
commit33abb7292e8f8f373f319a96a9456e05a1efce2d (patch)
tree6ac0df93897e037f541c9b7be258eecbd8707373 /libc/utils
parentf43b5c7a76ab83dcc80e6769d41d5c4b761312b1 (diff)
downloadllvm-33abb7292e8f8f373f319a96a9456e05a1efce2d.zip
llvm-33abb7292e8f8f373f319a96a9456e05a1efce2d.tar.gz
llvm-33abb7292e8f8f373f319a96a9456e05a1efce2d.tar.bz2
[libc] [obvious] Fix typo in binary header.
Diffstat (limited to 'libc/utils')
-rw-r--r--libc/utils/LibcTableGenUtil/APIIndexer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/utils/LibcTableGenUtil/APIIndexer.cpp b/libc/utils/LibcTableGenUtil/APIIndexer.cpp
index 366dea9..6ef9a65 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.