Skip to content

Commit 2c0fd72

Browse files
committed
Merge pull request #1314 from practicalswift/typo-fixes-20160215
[gardening] Fix recently introduced typo: "concatentation" → "concatenation"
2 parents f93ca42 + 1b10113 commit 2c0fd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/Basic/ImmutablePointerSet.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
///
2424
/// 1. Our set operations are purely additive. Given a set, one can only add
2525
/// elements to it. One can not remove elements to it. This means we only
26-
/// support construction of sets from arrays and concatentation of pointer sets.
26+
/// support construction of sets from arrays and concatenation of pointer sets.
2727
///
2828
/// 2. Our sets must always be ordered and be able to be iterated over
2929
/// efficiently in that order.

0 commit comments

Comments
 (0)