Skip to content

Commit 2964763

Browse files
authored
Fix typo in gcc rule attribute sdk_version documentation (#32)
Signed-off-by: Nikola Radakovic <nikola.ra.radakovic@bmw.de>
1 parent 7998225 commit 2964763

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rules/gcc.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ gcc_toolchain = repository_rule(
227227
"license_info_value": attr.string(doc = "License info value (custom settings)"),
228228
"license_info_variable": attr.string(doc = "License info variable name (custom settings)"),
229229
"license_path": attr.string(doc = "Lincese path"),
230-
"sdk_version": attr.string(doc = "SDP version string"),
230+
"sdk_version": attr.string(doc = "SDK version string"),
231231
"sdp_version": attr.string(doc = "SDP version string"),
232232
"tc_cpu": attr.string(doc = "Target platform CPU."),
233233
"tc_identifier": attr.string(doc = "Constraint to be used for toolchain definition (e.g. gcc_12.2.0)."),

0 commit comments

Comments
 (0)