summaryrefslogtreecommitdiff
path: root/src/cairo-wideint.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2007-01-07 02:08:15 -0500
committerBehdad Esfahbod <behdad@behdad.org>2007-01-07 02:08:15 -0500
commitded08256ef7fdc9e9468342cf5635c5e99d4d64d (patch)
tree2c312f3751aff87243f446068853042c05258f0f /src/cairo-wideint.c
parentcaa3c2e1e7901031488f5dae243a755a4e4daec9 (diff)
downloadcairo-ded08256ef7fdc9e9468342cf5635c5e99d4d64d.tar.gz
Spell check the docs
Diffstat (limited to 'src/cairo-wideint.c')
-rw-r--r--src/cairo-wideint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-wideint.c b/src/cairo-wideint.c
index 62944ed83..1e64ae476 100644
--- a/src/cairo-wideint.c
+++ b/src/cairo-wideint.c
@@ -663,7 +663,7 @@ _cairo_int128_divrem (cairo_int128_t num, cairo_int128_t den)
* Compute a 32 bit quotient and 64 bit remainder of a 96 bit unsigned
* dividend and 64 bit divisor. If the quotient doesn't fit into 32
* bits then the returned remainder is equal to the divisor, and the
- * qoutient is the largest representable 64 bit integer. It is an
+ * quotient is the largest representable 64 bit integer. It is an
* error to call this function with the high 32 bits of @num being
* non-zero. */
cairo_uquorem64_t