Skip to content

Commit 14363ff

Browse files
xedintheblixguy
andauthored
Update lib/AST/DiagnosticEngine.cpp
Co-authored-by: Suyash Srijan <[email protected]>
1 parent dede714 commit 14363ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/DiagnosticEngine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class LocalizationInput : public llvm::yaml::Input {
181181
llvm::yaml::EmptyContext Ctx;
182182
if (yin.setCurrentDocument()) {
183183
// If YAML file's format doesn't match the current format in
184-
// DiagnosticMessageFormat, will through an error.
184+
// DiagnosticMessageFormat, will throw an error.
185185
readYAML(yin, diagnostics, true, Ctx);
186186
}
187187

0 commit comments

Comments
 (0)