diff options
| author | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-02-11 00:11:28 +0100 |
|---|---|---|
| committer | cinap_lenrek <cinap_lenrek@gmx.de> | 2013-02-11 00:11:28 +0100 |
| commit | dacc4dc31a698ae0a7d64d8b5a60014c690f307c (patch) | |
| tree | 0a20aea78da14ae6eba55e2be82c0d8d4534fb5f | |
| parent | ffb3ded366b7878c4fa70773bcc3f8260a010f90 (diff) | |
| parent | 092fd361547c9beef9cf0ffbee46b2de579b4214 (diff) | |
| download | plan9front-dacc4dc31a698ae0a7d64d8b5a60014c690f307c.tar.xz | |
merge
| -rw-r--r-- | sys/include/mp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/include/mp.h b/sys/include/mp.h index 0cfc9e211..c7179c959 100644 --- a/sys/include/mp.h +++ b/sys/include/mp.h @@ -45,7 +45,7 @@ int mpfmt(Fmt*); char* mptoa(mpint*, int, char*, int); mpint* letomp(uchar*, uint, mpint*); /* byte array, little-endian */ int mptole(mpint*, uchar*, uint, uchar**); -mpint* betomp(uchar*, uint, mpint*); /* byte array, little-endian */ +mpint* betomp(uchar*, uint, mpint*); /* byte array, big-endian */ int mptobe(mpint*, uchar*, uint, uchar**); uint mptoui(mpint*); /* unsigned int */ mpint* uitomp(uint, mpint*); |
