summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/Weak.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Sema/Weak.h')
-rw-r--r--include/clang/Sema/Weak.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Sema/Weak.h b/include/clang/Sema/Weak.h
index d36b970..6d1b64b 100644
--- a/include/clang/Sema/Weak.h
+++ b/include/clang/Sema/Weak.h
@@ -21,7 +21,7 @@ namespace clang {
class IdentifierInfo;
-/// \brief Captures information about a #pragma weak directive.
+/// \brief Captures information about a \#pragma weak directive.
class WeakInfo {
IdentifierInfo *alias; // alias (optional)
SourceLocation loc; // for diagnostics
OpenPOWER on IntegriCloud