Fix spelling

This commit is contained in:
Minsoo Choo
2024-01-27 17:52:39 -05:00
committed by Jeffrey Altman
parent c80c04b235
commit aff90c322e
30 changed files with 43 additions and 43 deletions

View File

@@ -881,7 +881,7 @@ This should output the following if the program succeeds.
number == 654321
\end{alltt}
\subsection{Long Constants - platform dependant}
\subsection{Long Constants - platform dependent}
\index{mp\_set\_l} \index{mp\_set\_ul}
\begin{alltt}
@@ -902,7 +902,7 @@ unsigned long mp_get_mag_ul (mp_int * a);
This will return the least significant bits of the mp\_int $a$ that fit into a ``long''.
\subsection{Long Long Constants - platform dependant}
\subsection{Long Long Constants - platform dependent}
\index{mp\_set\_ll} \index{mp\_set\_ull}
\begin{alltt}