[lld] r193557 - Fix comment.
Rui Ueyama
ruiu at google.com
Mon Oct 28 16:34:41 PDT 2013
Author: ruiu
Date: Mon Oct 28 18:34:41 2013
New Revision: 193557
URL: http://llvm.org/viewvc/llvm-project?rev=193557&view=rev
Log:
Fix comment.
Modified:
lld/trunk/include/lld/Core/DefinedAtom.h
Modified: lld/trunk/include/lld/Core/DefinedAtom.h
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/include/lld/Core/DefinedAtom.h?rev=193557&r1=193556&r2=193557&view=diff
==============================================================================
--- lld/trunk/include/lld/Core/DefinedAtom.h (original)
+++ lld/trunk/include/lld/Core/DefinedAtom.h Mon Oct 28 18:34:41 2013
@@ -84,7 +84,7 @@ class File;
/// C function place in custom section: __attribute__((section("__foo")))
/// void foo() {} <br>
/// name=foo, type=code, perm=r_x, scope=global,
-/// sectionChoice=customRequired, sectionName=__foo
+/// sectionChoice=customRequired, custonSectionName=__foo
///
class DefinedAtom : public Atom {
public:
More information about the llvm-commits
mailing list