Skip to content

Commit 9605d92

Browse files
committed
Better comment
1 parent fa6d9b4 commit 9605d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program/rust/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fn main() {
2727
.expect("Couldn't write bindings!");
2828
}
2929

30-
/// Find the Solana header file for bindgen
30+
/// Find the Solana C header bindgen
3131
fn get_solana_inc_path() -> PathBuf {
3232
let which_stdout = Command::new("which")
3333
.args(["cargo-build-bpf"])

0 commit comments

Comments
 (0)