Skip to content

Commit ab88514

Browse files
Timgrauojeda
authored andcommitted
lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW
Just a grammar fix in lib/Kconfig.debug, under the config option RUST_BUILD_ASSERT_ALLOW. Reported-by: Miguel Ojeda <[email protected]> Closes: Rust-for-Linux#1006 Fixes: ecaa6dd ("rust: add `build_error` crate") Signed-off-by: Timo Grautstueck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Miguel Ojeda <[email protected]>
1 parent 8cf0b93 commit ab88514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Kconfig.debug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3060,7 +3060,7 @@ config RUST_BUILD_ASSERT_ALLOW
30603060
bool "Allow unoptimized build-time assertions"
30613061
depends on RUST
30623062
help
3063-
Controls how are `build_error!` and `build_assert!` handled during build.
3063+
Controls how `build_error!` and `build_assert!` are handled during the build.
30643064

30653065
If calls to them exist in the binary, it may indicate a violated invariant
30663066
or that the optimizer failed to verify the invariant during compilation.

0 commit comments

Comments
 (0)