Skip to content

Commit eb55b81

Browse files
fix typo
1 parent b894f77 commit eb55b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/unittests/IR/GlobalObjectTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ TEST_F(GlobalObjectTest, SectionPrefix) {
6666
ASSERT_NE(Bar, nullptr);
6767
ASSERT_THAT(Bar->getSectionPrefix(), Eq(std::nullopt));
6868

69-
// Teset that update method returns false since Bar doesn't have prefix
69+
// Test that update method returns false since Bar doesn't have prefix
7070
// metadata.
7171
EXPECT_FALSE(Bar->updateSectionPrefix(""));
7272

0 commit comments

Comments
 (0)