Skip to content
This repository was archived by the owner on Mar 7, 2021. It is now read-only.

Commit 6f9db8c

Browse files
authored
README: fix duplicate word (#217)
Removed duplicate `use`
1 parent b50d49d commit 6f9db8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ various other examples in the tests/ directory.
1818

1919
We run [bindgen](https://github.com/rust-lang/rust-bindgen) on the
2020
kernel headers to generate automatic Rust FFI bindings. bindgen is
21-
powered by [Clang](https://clang.llvm.org), so we use use the kernel's
21+
powered by [Clang](https://clang.llvm.org), so we use the kernel's
2222
own build system to determine the appropriate CFLAGS (see
2323
`kernel-cflags-finder`) and pass them to bindgen (see `build.rs`). Then we
2424
write safe bindings to these types (see the various files inside `src/`).

0 commit comments

Comments
 (0)