summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
diff options
context:
space:
mode:
authorDmitri Gribenko <gribozavr@gmail.com>2012-06-09 00:01:45 +0000
committerDmitri Gribenko <gribozavr@gmail.com>2012-06-09 00:01:45 +0000
commitdbeafa773a1b6a9545af248ffc902587f70ee457 (patch)
tree5bc79cae2617b128d4d165ff83a701083bff5656 /llvm/lib/Object
parentce679ad89d11fef096c30514ab203e7d5149221e (diff)
downloadbcm5719-llvm-dbeafa773a1b6a9545af248ffc902587f70ee457.tar.gz
bcm5719-llvm-dbeafa773a1b6a9545af248ffc902587f70ee457.zip
Convert comments to proper Doxygen comments.
llvm-svn: 158248
Diffstat (limited to 'llvm/lib/Object')
-rw-r--r--llvm/lib/Object/Archive.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Object/Archive.cpp b/llvm/lib/Object/Archive.cpp
index 71d5a64c152..2a5951ada50 100644
--- a/llvm/lib/Object/Archive.cpp
+++ b/llvm/lib/Object/Archive.cpp
@@ -28,7 +28,7 @@ struct ArchiveMemberHeader {
char UID[6];
char GID[6];
char AccessMode[8];
- char Size[10]; //< Size of data, not including header or padding.
+ char Size[10]; ///< Size of data, not including header or padding.
char Terminator[2];
///! Get the name without looking up long names.
OpenPOWER on IntegriCloud