Skip to content

Commit 057daef

Browse files
authored
Fix comment
1 parent b2d98ef commit 057daef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/test/clang-tidy/checkers/bugprone/unhandled-self-assignment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ bool operator!=(Foo2 &, Foo2 &) {
236236
};
237237
}
238238

239-
// Missing call to member `swap` function
239+
// Missing call to `swap` function
240240
class AllocatorAwareClassNoSwap {
241241
// pointer member to trigger bugprone-unhandled-self-assignment
242242
void *foo = nullptr;

0 commit comments

Comments
 (0)