summaryrefslogtreecommitdiffstats
path: root/nsprpub/pr/include/prlong.h
diff options
context:
space:
mode:
Diffstat (limited to 'nsprpub/pr/include/prlong.h')
-rw-r--r--nsprpub/pr/include/prlong.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsprpub/pr/include/prlong.h b/nsprpub/pr/include/prlong.h
index df1f30b08..7cc1d567d 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