Skip to content

Commit a5fbd02

Browse files
jlucangelioTreehugger Robot
authored and
Treehugger Robot
committed
rust: Use respectful terms.
There are mentions of whitelist/blacklist in the bindgen command line which are blocked on rust-lang/rust-bindgen#1812. Bug: None Test: None Change-Id: I49fc99f2d7d74468a732d8d229886b1736ef335a
1 parent 42c9997 commit a5fbd02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/minijail-sys/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// unsigned long int on amd64, which will end up being 32-bit on 32-bit platforms.
1414
//
1515
// As a workaround to let us commit these bindings and still use them on 32-bit platforms, the
16-
// bindgen invocation blacklists some of the generated fixed-width types and redefines them
16+
// bindgen invocation blocklists some of the generated fixed-width types and redefines them
1717
// manually as Rust fixed-width types.
1818
//
1919
// Generated in CrOS SDK chroot with:

0 commit comments

Comments
 (0)