diff options
author | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-23 16:54:08 +0000 |
---|---|---|
committer | Dmitri Gribenko <gribozavr@gmail.com> | 2012-08-23 16:54:08 +0000 |
commit | a00b80b04c5edb08639c1c6b32e9231fd8b066f7 (patch) | |
tree | 5489f28048894e81c7222b0942cf3e4130a11445 /lib/MC | |
parent | 9d9f5a5855a711b1154e178e26f3766dc21d846a (diff) | |
download | external_llvm-a00b80b04c5edb08639c1c6b32e9231fd8b066f7.zip external_llvm-a00b80b04c5edb08639c1c6b32e9231fd8b066f7.tar.gz external_llvm-a00b80b04c5edb08639c1c6b32e9231fd8b066f7.tar.bz2 |
Fix a bunch of -Wdocumentation warnings.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162446 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/MC')
-rw-r--r-- | lib/MC/MCAsmStreamer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MC/MCAsmStreamer.cpp b/lib/MC/MCAsmStreamer.cpp index 373df4b..394f049 100644 --- a/lib/MC/MCAsmStreamer.cpp +++ b/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); |