]> Git Repo - linux.git/commitdiff
lib/Kconfig.debug: fix grammar in RUST_BUILD_ASSERT_ALLOW
authorTimo Grautstueck <[email protected]>
Sun, 6 Oct 2024 14:02:44 +0000 (16:02 +0200)
committerMiguel Ojeda <[email protected]>
Mon, 7 Oct 2024 17:13:03 +0000 (19:13 +0200)
Just a grammar fix in lib/Kconfig.debug, under the config option
RUST_BUILD_ASSERT_ALLOW.

Reported-by: Miguel Ojeda <[email protected]>
Closes: https://github.com/Rust-for-Linux/linux/issues/1006
Fixes: ecaa6ddff2fd ("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]>
lib/Kconfig.debug

index 7315f643817ae1021f1e4b3dd27b424f49e3f761..7312ae7c3cc57b9d7e12286b4218206811d9705b 100644 (file)
@@ -3060,7 +3060,7 @@ config RUST_BUILD_ASSERT_ALLOW
        bool "Allow unoptimized build-time assertions"
        depends on RUST
        help
-         Controls how are `build_error!` and `build_assert!` handled during build.
+         Controls how `build_error!` and `build_assert!` are handled during the build.
 
          If calls to them exist in the binary, it may indicate a violated invariant
          or that the optimizer failed to verify the invariant during compilation.
This page took 0.062036 seconds and 4 git commands to generate.