summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CodeGenModule.h
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-06-04 09:13:21 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-06-04 09:13:21 +0000
commit82dfc97f663858881d6a31eb11e6b635b743779d (patch)
treefdc46019b2d1e1051d367a06b6e234f6cc32afb3 /clang/lib/CodeGen/CodeGenModule.h
parent7910e6cb0e54f887ed1f05cd367b1e8246940c5c (diff)
downloadbcm5719-llvm-82dfc97f663858881d6a31eb11e6b635b743779d.tar.gz
bcm5719-llvm-82dfc97f663858881d6a31eb11e6b635b743779d.zip
Fix typo in comment. Found by -Wdocumentation.
llvm-svn: 183217
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.h')
-rw-r--r--clang/lib/CodeGen/CodeGenModule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CodeGenModule.h b/clang/lib/CodeGen/CodeGenModule.h
index bc873166969..2777f959228 100644
--- a/clang/lib/CodeGen/CodeGenModule.h
+++ b/clang/lib/CodeGen/CodeGenModule.h
@@ -912,7 +912,7 @@ public:
/// \brief Appends Opts to the "Linker Options" metadata value.
void AppendLinkerOptions(StringRef Opts);
- /// \bried Appends a detect mismatch command to the linker options.
+ /// \brief Appends a detect mismatch command to the linker options.
void AddDetectMismatch(StringRef Name, StringRef Value);
/// \brief Appends a dependent lib to the "Linker Options" metadata value.
OpenPOWER on IntegriCloud