Correct typo in 32 bit specific code - lightning.git - Portable just-in-time compiler library

index : lightning.git
Portable just-in-time compiler library
summary refs log tree commit diff
diff options
context:
space:
mode:
authorpcpa <paulo.cesar.pereira.de.andrade@gmail.com>2023年03月20日 17:55:51 -0300
committerpcpa <paulo.cesar.pereira.de.andrade@gmail.com>2023年03月20日 17:55:51 -0300
commit31389c0cf8d3719c126e56fcbdc494e352d0e7b8 (patch)
tree84ffd0837bef374dc258b83a5f3bdd48d80f613b
parentc1b912e6cabcaa0202217b99a434e536afc1eafd (diff)
downloadlightning-31389c0cf8d3719c126e56fcbdc494e352d0e7b8.tar.gz
Correct typo in 32 bit specific code
Diffstat
-rw-r--r--include/lightning.h.in 2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/lightning.h.in b/include/lightning.h.in
index 228a5bb..7c07788 100644
--- a/include/lightning.h.in
+++ b/include/lightning.h.in
@@ -1122,7 +1122,7 @@ typedef enum {
#endif
jit_code_htoni_ul,
#if __WORDSIZE == 32
-# define jit_htoni(u,v) jit_htnoi_ui(u,v)
+# define jit_htoni(u,v) jit_htoni_ui(u,v)
#else
# define jit_htoni(u,v) jit_htoni_ul(u,v)
#endif
generated by cgit v1.2.3 (git 2.39.1) at 2025年09月19日 09:43:01 +0000

AltStyle によって変換されたページ (->オリジナル) /