Skip to content

Commit 8270b38

Browse files
committed
Remove hyphen from fix-me comment
1 parent d07ff79 commit 8270b38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/SDK/Metal/Metal.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ extension MTLDevice {
102102
public func MTLCopyAllDevicesWithObserver(handler: @escaping MTLDeviceNotificationHandler) -> (devices:[MTLDevice], observer:NSObject) {
103103
var observer: NSObjectProtocol?
104104
let devices = __MTLCopyAllDevicesWithObserver(&observer, handler)
105-
// FIX-ME: The force cast here isn't great – ideally we would return the
105+
// FIXME: The force cast here isn't great – ideally we would return the
106106
// observer as an NSObjectProtocol.
107107
return (devices, observer as! NSObject)
108108
}

0 commit comments

Comments
 (0)