@@ -1,6 +1,6 @@
[package]
name = "sbpf"
-version = "0.1.2"
+version = "0.1.4"
authors = ["Dean Little <dean@blueshift.gg>", "Claire Fan <claire@blueshift.gg>"]
edition = "2021"
description = "A complete toolchain for building and deploying Solana BPF programs"
@@ -3,7 +3,7 @@
e:
be r3, 0x10
le r4, 0x10
- // program is not deployeable because of this line but generated bytecode
+ // program is not deployable because of this line but generated bytecode
// for callx instruction matches llvm
callx r3
exit