[lld] r193584 - Fix spelling.

Rui Ueyama ruiu at google.com
Mon Oct 28 21:54:50 PDT 2013


Author: ruiu
Date: Mon Oct 28 23:54:50 2013
New Revision: 193584

URL: http://llvm.org/viewvc/llvm-project?rev=193584&view=rev
Log:
Fix spelling.

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=193584&r1=193583&r2=193584&view=diff
==============================================================================
--- lld/trunk/include/lld/Core/DefinedAtom.h (original)
+++ lld/trunk/include/lld/Core/DefinedAtom.h Mon Oct 28 23:54:50 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, custonSectionName=__foo
+///    sectionChoice=customRequired, customSectionName=__foo
 ///
 class DefinedAtom : public Atom {
 public:





More information about the llvm-commits mailing list