diff --git a/lld/include/lld/Core/DefinedAtom.h b/lld/include/lld/Core/DefinedAtom.h index 3e1ff51cadb8..1f499c881bf3 100644 --- a/lld/include/lld/Core/DefinedAtom.h +++ b/lld/include/lld/Core/DefinedAtom.h @@ -84,7 +84,7 @@ class File; /// C function place in custom section: __attribute__((section("__foo"))) /// void foo() {}
/// name=foo, type=code, perm=r_x, scope=global, -/// sectionChoice=customRequired, custonSectionName=__foo +/// sectionChoice=customRequired, customSectionName=__foo /// class DefinedAtom : public Atom { public: