Skip to content

Commit 53be1f4

Browse files
committed
Fix typo
1 parent 2f58e18 commit 53be1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IDE/complete_overridden_decls.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
// RUN: FileCheck %s -check-prefix=OVER_MORE_DERIVED_1 < %t.over.txt
1212

1313
//===---
14-
//===--- Check that we don't show overridden decls (only show the overridding decl).
14+
//===--- Check that we don't show overridden decls (only show the overriding decl).
1515
//===---
1616

1717
class FooBase {}

0 commit comments

Comments
 (0)