summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-no-malloc.cpp
diff options
context:
space:
mode:
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.cpp2
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)
}
OpenPOWER on IntegriCloud