Skip to content

Commit 0a3add5

Browse files
committed
Better comment
1 parent 76ee2ec commit 0a3add5

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
@@ -21,7 +21,7 @@ fn main() {
2121
.expect("Couldn't write bindings!");
2222
}
2323

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

0 commit comments

Comments
 (0)