Skip to content

Commit 29bc520

Browse files
Fix a typo in comments.
1 parent 4fc151a commit 29bc520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googletest/src/gtest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ class UnitTestFilter {
729729
public:
730730
UnitTestFilter() = default;
731731

732-
// Constructs a filter form a string of patterns separated by `:`.
732+
// Constructs a filter from a string of patterns separated by `:`.
733733
explicit UnitTestFilter(const std::string& filter) {
734734
// By design "" filter matches "" string.
735735
SplitString(filter, ':', &patterns_);

0 commit comments

Comments
 (0)