summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-08-23 16:54:08 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-08-23 16:54:08 +0000
commit65340a69e14f119e97ea6a68e067a8b0cd3a44df (patch)
treef4a1c3780b1d77b34765b3aa71b36c101745293a /llvm/lib/MC
parent8e0744312b4ebfe3bac2e8d4cfedbaefab8631f4 (diff)
downloadbcm5719-llvm-65340a69e14f119e97ea6a68e067a8b0cd3a44df.tar.gz
bcm5719-llvm-65340a69e14f119e97ea6a68e067a8b0cd3a44df.zip
Fix a bunch of -Wdocumentation warnings.
llvm-svn: 162446
Diffstat (limited to 'llvm/lib/MC')
-rw-r--r--llvm/lib/MC/MCAsmStreamer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCAsmStreamer.cpp b/llvm/lib/MC/MCAsmStreamer.cpp
index 373df4b2bf7..394f049ca4a 100644
--- a/llvm/lib/MC/MCAsmStreamer.cpp
+++ b/llvm/lib/MC/MCAsmStreamer.cpp
@@ -166,7 +166,7 @@ public:
///
/// @param Symbol - The common symbol to emit.
/// @param Size - The size of the common symbol.
- /// @param Size - The alignment of the common symbol in bytes.
+ /// @param ByteAlignment - The alignment of the common symbol in bytes.
virtual void EmitLocalCommonSymbol(MCSymbol *Symbol, uint64_t Size,
unsigned ByteAlignment);
OpenPOWER on IntegriCloud