Welcome to little lamb

Code » limb » commit 2b24ee1

Fix doc/msb64

author Olivier Brunel
2023-02-17 16:18:00 UTC
committer Olivier Brunel
2023-02-20 09:02:24 UTC
parent 1d59ee15b770323ee1a58fee30c8b32dcc0c4afe

Fix doc/msb64

doc/msb64.3.md +2 -2

diff --git a/doc/msb64.3.md b/doc/msb64.3.md
index b5edbe5..35dbead 100644
--- a/doc/msb64.3.md
+++ b/doc/msb64.3.md
@@ -9,10 +9,10 @@ msb64 - return the position of the most significant bit set
 
 # SYNOPSIS
 
-    #include <limb/int.h>
+    #include <limb/uint64.h>
 
 ```pre hl
-int msb64(u64 <em>val</em>)
+int msb64(uint64_t <em>val</em>)
 ```
 
 # DESCRIPTION