Skip to content

Commit dcd8ab0

Browse files
committed
fixup! Fix some typos
1 parent 477adc6 commit dcd8ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/Diagnostic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ class DiagStorageAllocator {
224224

225225
/// Concrete class used by the front-end to report problems and issues.
226226
///
227-
/// This messages the diagnostics (e.g. handling things like "report warnings
227+
/// This massages the diagnostics (e.g. handling things like "report warnings
228228
/// as errors" and passes them off to the DiagnosticConsumer for reporting to
229229
/// the user. DiagnosticsEngine is tied to one translation unit and one
230230
/// SourceManager.

0 commit comments

Comments
 (0)