diff options
| author | Kazuaki Ishizaki <ishizaki@jp.ibm.com> | 2020-01-04 10:28:41 -0500 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2020-01-04 10:28:41 -0500 |
| commit | b7ecf1c1c373c53183ef6ef66efbe4237ff7b96d (patch) | |
| tree | 02e12313b27fbae77d0097e26edbf030b0a2dbb2 /clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc.cpp | |
| parent | ca8b20ca3ba10288b61a083c4ce57fb011124935 (diff) | |
| download | bcm5719-llvm-b7ecf1c1c373c53183ef6ef66efbe4237ff7b96d.tar.gz bcm5719-llvm-b7ecf1c1c373c53183ef6ef66efbe4237ff7b96d.zip | |
NFC: Fix trivial typos in comments
Diffstat (limited to 'clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc.cpp')
| -rw-r--r-- | clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc.cpp b/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc.cpp index 7b7ccf3b05e..ccbe0efa996 100644 --- a/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc.cpp +++ b/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc.cpp @@ -37,6 +37,6 @@ void arbitrary_call() { // we dont want every function to raise the warning even if malloc is in the name malloced_array(); // OK(2) - // completly unrelated function call to malloc + // completely unrelated function call to malloc newed_array(); // OK(3) } |

