--- pgp/src/mpiio.h 2018/04/24 16:40:19 1.1.1.4 +++ pgp/src/mpiio.h 2018/04/24 16:43:44 1.1.1.7 @@ -81,7 +81,8 @@ int str2reg(unitptr reg,string digitstr) Returns assumed radix, derived from suffix 'h','o',b','.' */ int display_in_base(string s,unitptr n,short radix); - /* Display n in any base, such as base 10. Returns number of digits. */ + /* Display n in any base, such as base 10. Returns number + of digits. */ void mp_display(string s,unitptr r); /* Display register r in hex, with prefix string s. */ @@ -96,10 +97,12 @@ void hiloswap(byteptr r1,short numbytes) /* Reverses the order of bytes in an array of bytes. */ short mpi2reg(register unitptr r, register byteptr buf); - /* Converts to unit array from byte array with bit length prefix word. */ + /* Converts to unit array from byte array with bit length prefix + word. */ short reg2mpi(register byteptr buf, register unitptr r); - /* Converts from unit array to byte array with bit length prefix word. */ + /* Converts from unit array to byte array with bit length prefix + word. */ /****************** end of MPI I/O library ************************/