summaryrefslogtreecommitdiffstats
path: root/clang/lib/Index/IndexSymbol.cpp
diff options
context:
space:
mode:
authorJan Korous <jkorous@apple.com>2019-07-23 16:54:11 +0000
committerJan Korous <jkorous@apple.com>2019-07-23 16:54:11 +0000
commite72321f38e34b1e415398b8347e865e2cec0e4a6 (patch)
treedcd634075d1fe22bbe457afb2704c77c2986b9d1 /clang/lib/Index/IndexSymbol.cpp
parent569f92f1e1011947ae830c5d8f5313f3cadcc586 (diff)
downloadbcm5719-llvm-e72321f38e34b1e415398b8347e865e2cec0e4a6.tar.gz
bcm5719-llvm-e72321f38e34b1e415398b8347e865e2cec0e4a6.zip
[clang][NFCI] Fix random typos
llvm-svn: 366823
Diffstat (limited to 'clang/lib/Index/IndexSymbol.cpp')
-rw-r--r--clang/lib/Index/IndexSymbol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Index/IndexSymbol.cpp b/clang/lib/Index/IndexSymbol.cpp
index 064f3ae32f9..5165567ff75 100644
--- a/clang/lib/Index/IndexSymbol.cpp
+++ b/clang/lib/Index/IndexSymbol.cpp
@@ -513,7 +513,7 @@ StringRef index::getSymbolKindString(SymbolKind K) {
case SymbolKind::StaticProperty: return "static-property";
case SymbolKind::Constructor: return "constructor";
case SymbolKind::Destructor: return "destructor";
- case SymbolKind::ConversionFunction: return "coversion-func";
+ case SymbolKind::ConversionFunction: return "conversion-func";
case SymbolKind::Parameter: return "param";
case SymbolKind::Using: return "using";
}
OpenPOWER on IntegriCloud