Skip to content

Commit c0ec047

Browse files
committed
doc: avoid double negative in constraint description
1 parent 3252e7a commit c0ec047

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

libdd-otel-thread-ctx-ffi/tests/elf_properties.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
//! Delegates to [`libdd_otel_thread_ctx::autocheck::check_tls_slot_in`] which
77
//! checks that:
88
//! - `otel_thread_ctx_v1` is exported in the dynamic symbol table as a TLS GLOBAL symbol.
9-
//! - `otel_thread_ctx_v1` has no non-TLSDESC TLS relocations.
9+
//! - `otel_thread_ctx_v1` follows the TLSDESC access model (if there's a relocation, it's a TLSDESC
10+
//! one).
1011
//!
1112
//! The cdylib path is derived at runtime from the test executable location.
1213
//! Both the test binary and the cdylib live in `target/<[triple/]profile>/deps/`.

0 commit comments

Comments
 (0)