Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos in docs / comments / method name #227

Merged
merged 13 commits into from Dec 5, 2015
Merged

Fix typos in docs / comments / method name #227

merged 13 commits into from Dec 5, 2015

Conversation

ghost
Copy link

@ghost ghost commented Dec 5, 2015

Came across some typos while reading source, and fixed other occurrences of same typo. All but one change involve documentation / comments. The only altered source code concerned a method name in Dominance.h / Dominance.cpp.

@@ -1069,7 +1069,8 @@ static bool hoistBoundsChecks(SILLoop *Loop, DominanceInfo *DT, SILLoopInfo *LI,

auto *Preheader = Loop->getLoopPreheader();
if (!Preheader) {
// TODO: create one if neccessary.
// TODO: create one if necessary.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove extra space.

@cwillmor
Copy link
Contributor

cwillmor commented Dec 5, 2015

Otherwise looks good to me.

@cwillmor
Copy link
Contributor

cwillmor commented Dec 5, 2015

OK, looks good! Please squash the commit and I'll merge it in.

nwellnhof and others added 6 commits December 5, 2015 00:22
The cmark_node struct and the node.h header are private.
I filed this under Radar rather than bugs.swift.org because it's /only/ our
CI system that's failing, and external contributors have no insight into
that anyway. Hopefully I'll be able to get to the bottom of this soon.
This is needed for Xcode support, even though it appeared dead within the Swift repo itself.
@jrtibbetts
Copy link

Looks great.

cwillmor added a commit that referenced this pull request Dec 5, 2015
Fix typos in docs / comments / method name
@cwillmor cwillmor merged commit fb6f4be into swiftlang:master Dec 5, 2015
@cwillmor
Copy link
Contributor

cwillmor commented Dec 5, 2015

Thanks for putting this together!

dabelknap pushed a commit to dabelknap/swift that referenced this pull request Mar 19, 2019
More gracefully check that an input file exists
freak4pc pushed a commit to freak4pc/swift that referenced this pull request Sep 28, 2022
Updates ObjectMapper hash to build against 4.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants