Skip to content

Commit c196a44

Browse files
[gardening] Fix recently introduced typo: "referenece" → "reference"
1 parent a7acb1a commit c196a44

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

unittests/runtime/Refcounting.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ TEST(RefcountingTest, unowned_retain_release_n) {
153153
EXPECT_EQ(1u, value);
154154
}
155155

156-
//////////////////////////////////////////
157-
// Non-atomic referenece counting tests //
158-
//////////////////////////////////////////
156+
/////////////////////////////////////////
157+
// Non-atomic reference counting tests //
158+
/////////////////////////////////////////
159159

160160
TEST(RefcountingTest, nonatomic_release) {
161161
size_t value = 0;

0 commit comments

Comments
 (0)