Correct function descriptions.

This commit is contained in:
Dag-Erling Smørgrav 2017-04-06 17:42:18 +02:00
parent 2a66f62078
commit 111efcb949
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
#include "cryb_mpi_impl.h"
/*
* Left-shift X by c bytes
* Left-shift X in place by c bits.
*/
int
mpi_lshift(cryb_mpi *X, unsigned int c)

View File

@ -37,7 +37,7 @@
#include "cryb_mpi_impl.h"
/*
* Right-shift X by c bytes
* Right-shift X in place by c bits.
*/
int
mpi_rshift(cryb_mpi *X, unsigned int c)