summaryrefslogtreecommitdiff
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2024-10-25 15:24:08 +0200
committerThomas Zimmermann <tzimmermann@suse.de>2024-10-25 15:24:08 +0200
commitfc5ced75d6dffc9e2a441520b7dc587b95281f86 (patch)
tree9b24b900aeb4d8174677204b7aa171d4a8afd98c /lib/Kconfig.debug
parenta85df8c7b5ee2d3d4823befada42c5c41aff4cb0 (diff)
parent4d95a12beba146b0ca2de59c7ce905bc0aadfd0c (diff)
Merge drm/drm-fixes into drm-misc-fixes
Backmerging to get the latest fixes from upstream. Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 7315f643817a..7312ae7c3cc5 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -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.