We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4b57f commit 8bf4d86Copy full SHA for 8bf4d86
clang/test/Analysis/NewDeleteLeaks.cpp
@@ -221,7 +221,7 @@ void caller() {
221
} // no-warning: No potential memory leak here, because that's been already reported.
222
} // namespace symbol_reaper_lifetime
223
224
-// Check that we do not report false positives in automaticall generated
+// Check that we do not report false positives in automatically generated
225
// protobuf code that passes dynamically allocated memory to a certain function
226
// named GetOwnedMessageInternal.
227
namespace protobuf_leak {
0 commit comments