Skip to content

Commit 37efc63

Browse files
author
Ikko Eltociear Ashimine
authored
chore: update Discovery.cpp (#473)
_[One line description of your change]_ ### Motivation: containined -> contained ### Modifications: _[Describe the modifications you've done.]_ ### Result: _[After your change, what will change.]_ ### Checklist: - [x] Code and documentation should follow the style of the [Style Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md). - [x] If public symbols are renamed or modified, DocC references should be updated.
1 parent 378730d commit 37efc63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/_TestingInternals/Discovery.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ static SWTMachHeaderList getMachHeaders(void) {
237237
auto mhn = reinterpret_cast<SWTMachHeaderList::value_type>(mh);
238238

239239
// Ignore this Mach header if it is in the shared cache. On platforms that
240-
// support it (Darwin), most system images are containined in this range.
240+
// support it (Darwin), most system images are contained in this range.
241241
// System images can be expected not to contain test declarations, so we
242242
// don't need to walk them.
243243
if (mhn->flags & MH_DYLIB_IN_CACHE) {

0 commit comments

Comments
 (0)