-
Notifications
You must be signed in to change notification settings - Fork 10.5k
Fixed some common grammatical errors in the comments. #38248
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
Conversation
Made some grammatical changes and removed some common spelling mistakes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly looks good, thank you! I left some comments inline.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks much better now, thank you! There is only a couple of newline changes I don’t think are necessary.
@@ -579,7 +580,6 @@ static bool tryDominatorBasedSimplifications( | |||
} | |||
return Changed; | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please this newline back?
@@ -107,6 +107,7 @@ class SimplifyCFG { | |||
bool ShouldVerify; | |||
bool EnableJumpThread; | |||
|
|||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need for this newline here
Thank you @xedin, I removed the extra newlines. Please let me know if there's anything else I need to do. |
@swift-ci please smoke test |
@swift-ci please smoke test |
@swift-ci please smoke test |
@@ -2054,7 +2054,7 @@ static bool hasSameUltimateSuccessor(SILBasicBlock *noneBB, SILBasicBlock *someB | |||
|
|||
// Otherwise, lets begin a traversal along the successors of noneSuccessorBB, | |||
// searching for someSuccessorBB, being careful to only allow for blocks to be | |||
// visited once. This enables us to guarantee that there are not any loops or | |||
// visited once. This enables us to guarantee that there no loops or |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is missing a word.
Fixed some common grammatical mistakes found in the comments of some files.