Skip to content

Commit 6a6bcba

Browse files
mbaludaCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 4c873a2 commit 6a6bcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/common/src/codingstandards/cpp/rules/stringliteralsassignedtononconstantpointersshared/StringLiteralsAssignedToNonConstantPointersShared.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* for the following issue:
44
* The type of string literal as of C++0x was changed from 'array of char' to array of
55
* const char and therefore assignment to a non-const pointer is considered an error,
6-
* which is reported as a warning by some compliers.
6+
* which is reported as a warning by some compilers.
77
*/
88

99
import cpp

0 commit comments

Comments
 (0)