From 048327cd02621c67fa09ed4dc772e42a3500d126 Mon Sep 17 00:00:00 2001 From: Noah Fradin Date: Thu, 3 Dec 2015 16:36:19 -0800 Subject: [PATCH] Update Shims.swift --- stdlib/public/core/Shims.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/public/core/Shims.swift b/stdlib/public/core/Shims.swift index 526053491dfa1..ca3f90a82b1d7 100644 --- a/stdlib/public/core/Shims.swift +++ b/stdlib/public/core/Shims.swift @@ -25,7 +25,7 @@ internal func _makeSwiftNSFastEnumerationState() extra: (0, 0, 0, 0, 0)) } -/// A dummy value that is be used as the target for `mutationsPtr` in fast +/// A dummy value to be used as the target for `mutationsPtr` in fast /// enumeration implementations. var _fastEnumerationStorageMutationsTarget: CUnsignedLong = 0