diff options
Diffstat (limited to 'nsprpub/pr/include/prlong.h')
-rw-r--r-- | nsprpub/pr/include/prlong.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsprpub/pr/include/prlong.h b/nsprpub/pr/include/prlong.h index df1f30b081..7cc1d567d1 100644 --- a/nsprpub/pr/include/prlong.h +++ b/nsprpub/pr/include/prlong.h @@ -154,7 +154,7 @@ NSPR_API(PRUint64) LL_MaxUint(void); /*********************************************************************** ** MACROS: LL_UDIVMOD ** DESCRIPTION: -** Produce both a quotient and a remainder given an unsigned +** Produce both a quotient and a remainder given an unsigned ** INPUTS: PRUint64 a: The dividend of the operation ** PRUint64 b: The quotient of the operation ** OUTPUTS: PRUint64 *qp: pointer to quotient |