summaryrefslogtreecommitdiff
path: root/include/clang/Basic/PrettyStackTrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Basic/PrettyStackTrace.h')
-rw-r--r--include/clang/Basic/PrettyStackTrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Basic/PrettyStackTrace.h b/include/clang/Basic/PrettyStackTrace.h
index 6badae5c03496..e652f52055d6a 100644
--- a/include/clang/Basic/PrettyStackTrace.h
+++ b/include/clang/Basic/PrettyStackTrace.h
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
///
/// \file
-/// \brief Defines the PrettyStackTraceEntry class, which is used to make
+/// Defines the PrettyStackTraceEntry class, which is used to make
/// crashes give more contextual information about what the program was doing
/// when it crashed.
///