Fixing a typo; NFC.

llvm-svn: 318921
This commit is contained in:
Aaron Ballman 2017-11-23 14:57:24 +00:00
parent dc3bd88b22
commit 4cbef5e259
1 changed files with 1 additions and 1 deletions

View File

@ -519,7 +519,7 @@ bool operator==(const Expr &L, const Expr &R) {
case Expr::Object:
return *L.object() == *R.object();
}
llvm_unreachable("Unknown expressiopn kind");
llvm_unreachable("Unknown expression kind");
}
} // namespace json
} // namespace clangd