Skip to content

Commit 2fd0896

Browse files
authored
Merge pull request #4919 from practicalswift/typo-fixes-20160922
2 parents c49b171 + b057000 commit 2fd0896

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

include/swift/SILOptimizer/Analysis/SideEffectAnalysis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ class SideEffectAnalysis : public BottomUpIPAnalysis {
252252
/// Merge effects from \p RHS.
253253
bool mergeFrom(const FunctionEffects &RHS);
254254

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

lib/Driver/Driver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ static bool populateOutOfDateMap(InputInfoMap &map, StringRef argsHashStr,
270270
if (!value)
271271
return true;
272272

273-
// NB: We check aginst
273+
// NB: We check against
274274
// swift::version::Version::getCurrentLanguageVersion() here because any
275275
// -swift-version argument is handled in the argsHashStr check that
276276
// follows.

lib/SILOptimizer/Analysis/ValueTracking.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ bool swift::isNotAliasingArgument(SILValue V,
3333
isInoutAliasing);
3434
}
3535

36-
/// Check if the the parameter \V is based on a local object, e.g. it is an
36+
/// Check if the parameter \V is based on a local object, e.g. it is an
3737
/// allocation instruction or a struct/tuple constructed from the local objects.
3838
/// Returns a found local object. If a local object was not found, returns an
3939
/// empty SILValue.

utils/symbolicate-linux-fatal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#
1414
# Symbolicates fatalError stack traces on Linux. Takes the main binary
1515
# and a log file containing a stack trace. Non-stacktrace lines are output
16-
# unmodified. Stack trace elements are analysed using reconstructed debug
16+
# unmodified. Stack trace elements are analyzed using reconstructed debug
1717
# target matching the original process in where shared libs where mapped.
1818
#
1919
# TODOs:

0 commit comments

Comments
 (0)