Commit c397cac4a10b5bfb7fe3c1f68438d9814dc8f15c

Steffen Jaeckel 2019-06-30T11:38:14

fix unescaped _ [skip ci]

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/doc/bn.tex b/doc/bn.tex
index c03eeed..eb1c29d 100644
--- a/doc/bn.tex
+++ b/doc/bn.tex
@@ -832,7 +832,7 @@ void mp_set_i64 (mp_int * a, int64_t b);
 void mp_set_u64 (mp_int * a, uint64_t b);
 \end{alltt}
 
-These functions assign the sign and value of the input \texttt{b} to \texttt{mp_int a}.
+These functions assign the sign and value of the input \texttt{b} to \texttt{mp\_int a}.
 The value can be obtained again by calling the following functions.
 
 \index{mp\_get\_int}