[gardening] Fix recently introduced typo: "dynamicism" → "dynamism"

This commit is contained in:
practicalswift
2016-04-09 23:50:51 +02:00
parent 69cb1f8885
commit 00de8a36c3

View File

@@ -14,7 +14,7 @@
///
/// This is a simple reimplementation of opt that includes support for Swift-
/// specific LLVM passes. It is meant to make it easier to handle issues related
/// to transitioning to the new LLVM pass manager (which lacks the dynamicism of
/// to transitioning to the new LLVM pass manager (which lacks the dynamism of
/// the old pass manager) and also problems during the code base transition to
/// that pass manager. Additionally it will enable a user to exactly simulate
/// Swift's LLVM pass pipeline by using the same pass pipeline building