Fix spelling.

llvm-svn: 193584
This commit is contained in:
Rui Ueyama 2013-10-29 04:54:50 +00:00
parent 2c531165ff
commit 3aca58f135
1 changed files with 1 additions and 1 deletions

View File

@ -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: