Skip to content

Commit 8bf4d86

Browse files
committed
Fix typo
1 parent ac4b57f commit 8bf4d86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Analysis/NewDeleteLeaks.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ void caller() {
221221
} // no-warning: No potential memory leak here, because that's been already reported.
222222
} // namespace symbol_reaper_lifetime
223223

224-
// Check that we do not report false positives in automaticall generated
224+
// Check that we do not report false positives in automatically generated
225225
// protobuf code that passes dynamically allocated memory to a certain function
226226
// named GetOwnedMessageInternal.
227227
namespace protobuf_leak {

0 commit comments

Comments
 (0)