summaryrefslogtreecommitdiff
path: root/contrib/llvm/tools/clang/lib/Headers/clwbintrin.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/tools/clang/lib/Headers/clwbintrin.h')
-rw-r--r--contrib/llvm/tools/clang/lib/Headers/clwbintrin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/tools/clang/lib/Headers/clwbintrin.h b/contrib/llvm/tools/clang/lib/Headers/clwbintrin.h
index 2594a6c38756..c09286ba6748 100644
--- a/contrib/llvm/tools/clang/lib/Headers/clwbintrin.h
+++ b/contrib/llvm/tools/clang/lib/Headers/clwbintrin.h
@@ -31,7 +31,7 @@
/* Define the default attributes for the functions in this file. */
#define __DEFAULT_FN_ATTRS __attribute__((__always_inline__, __nodebug__, __target__("clwb")))
-/// \brief Writes back to memory the cache line (if modified) that contains the
+/// Writes back to memory the cache line (if modified) that contains the
/// linear address specified in \a __p from any level of the cache hierarchy in
/// the cache coherence domain
///