Skip to content

Commit d2f5278

Browse files
committed
Fix spelling
1 parent c82c40d commit d2f5278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stdlib/public/core/Builtin.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ public func _onFastPath() {
290290
Builtin.onFastPath()
291291
}
292292

293-
// Optimizier hint that the condition is true. The condition is unchecked.
293+
// Optimizer hint that the condition is true. The condition is unchecked.
294294
// The builtin acts as an opaque instruction with side-effects.
295295
@usableFromInline @_transparent
296296
func _uncheckedUnsafeAssume(_ condition: Bool) {

0 commit comments

Comments
 (0)