Skip to content

Commit 032ca47

Browse files
committed
more sophisticated -> proper
1 parent 0e9b468 commit 032ca47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/include/llvm/Support/ErrorHandling.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ namespace llvm {
8080
[[noreturn]] void reportFatalInternalError(const Twine &reason);
8181

8282
/// Report a fatal error that does not indicate a bug in LLVM, in contexts
83-
/// where a more sophisticated error reporting mechanism (such as Error/Expected
84-
/// or DiagnosticInfo) is currently not supported, and would be too involved to
83+
/// where a proper error reporting mechanism (such as Error/Expected or
84+
/// DiagnosticInfo) is currently not supported, and would be too involved to
8585
/// introduce at the moment.
8686
///
8787
/// Examples where this function should be used instead of

0 commit comments

Comments
 (0)