Skip to content

Commit 1ceee8d

Browse files
committed
[Gardening] Tweaked comment.
1 parent a4d31a4 commit 1ceee8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/UtilityPasses/UnitTestRunner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// TO ADD A NEW TEST, search in this file for [new_tests]
1414
//
1515
// Provides a mechanism for doing faux unit tests. The idea is to emulate the
16-
// basic function of calling a function and validating its results/effects.
16+
// basic functionality of calling a function and validating its results/effects.
1717
//
1818
// This is done via the test_specification instruction. Using one or more
1919
// instances of it in your function, you can specify which test (i.e. UnitTest

0 commit comments

Comments
 (0)