summaryrefslogtreecommitdiff
path: root/prec.c
diff options
context:
space:
mode:
Diffstat (limited to 'prec.c')
-rw-r--r--prec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/prec.c b/prec.c
index b7a6d5ba2b..dc89a01435 100644
--- a/prec.c
+++ b/prec.c
@@ -123,7 +123,7 @@ prec_included(module, include)
* Precision is a mixin for concrete numeric classes with
* precision. Here, `precision' means the fineness of approximation
* of a real number, so, this module should not be included into
- * anything which is not a ubset of Real (so it should not be
+ * anything which is not a subset of Real (so it should not be
* included in classes such as +Complex+ or +Matrix+).
*/