Skip to content

[gardening] Fix recently introduced typos #4919

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

Merged
merged 1 commit into from
Sep 22, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/swift/SILOptimizer/Analysis/SideEffectAnalysis.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class SideEffectAnalysis : public BottomUpIPAnalysis {
/// Merge effects from \p RHS.
bool mergeFrom(const FunctionEffects &RHS);

/// Merge effects from an function apply site within the function.
/// Merge effects from a function apply site within the function.
bool mergeFromApply(const FunctionEffects &CalleeEffects,
SILInstruction *FAS);

Expand Down
2 changes: 1 addition & 1 deletion lib/Driver/Driver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ static bool populateOutOfDateMap(InputInfoMap &map, StringRef argsHashStr,
if (!value)
return true;

// NB: We check aginst
// NB: We check against
// swift::version::Version::getCurrentLanguageVersion() here because any
// -swift-version argument is handled in the argsHashStr check that
// follows.
Expand Down
2 changes: 1 addition & 1 deletion lib/SILOptimizer/Analysis/ValueTracking.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bool swift::isNotAliasingArgument(SILValue V,
isInoutAliasing);
}

/// Check if the the parameter \V is based on a local object, e.g. it is an
/// Check if the parameter \V is based on a local object, e.g. it is an
/// allocation instruction or a struct/tuple constructed from the local objects.
/// Returns a found local object. If a local object was not found, returns an
/// empty SILValue.
Expand Down
2 changes: 1 addition & 1 deletion utils/symbolicate-linux-fatal
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#
# Symbolicates fatalError stack traces on Linux. Takes the main binary
# and a log file containing a stack trace. Non-stacktrace lines are output
# unmodified. Stack trace elements are analysed using reconstructed debug
# unmodified. Stack trace elements are analyzed using reconstructed debug
# target matching the original process in where shared libs where mapped.
#
# TODOs:
Expand Down