summaryrefslogtreecommitdiff
path: root/include/llvm/Support/AtomicOrdering.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Support/AtomicOrdering.h')
-rw-r--r--include/llvm/Support/AtomicOrdering.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/AtomicOrdering.h b/include/llvm/Support/AtomicOrdering.h
index e93b755aa63b..a679ab30243e 100644
--- a/include/llvm/Support/AtomicOrdering.h
+++ b/include/llvm/Support/AtomicOrdering.h
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
///
/// \file
-/// \brief Atomic ordering constants.
+/// Atomic ordering constants.
///
/// These values are used by LLVM to represent atomic ordering for C++11's
/// memory model and more, as detailed in docs/Atomics.rst.