summaryrefslogtreecommitdiff
path: root/src/errno/ERANGE.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-03-02 11:17:17 -0500
committerJakob Kaivo <jkk@ung.org>2019-03-02 11:17:17 -0500
commitc22a0473c06092a41fb728ce668572082bb50636 (patch)
tree4b1bc46653e8eb01063002447f7b59d5ffd812f9 /src/errno/ERANGE.c
parent1094cc8c40864c10516f44ef04458f5a2c455868 (diff)
update documentation
Diffstat (limited to 'src/errno/ERANGE.c')
-rw-r--r--src/errno/ERANGE.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/errno/ERANGE.c b/src/errno/ERANGE.c
index 70b47572..c3c757e4 100644
--- a/src/errno/ERANGE.c
+++ b/src/errno/ERANGE.c
@@ -2,7 +2,7 @@
#define ERANGE (2)
/** out of range **/
/***
-used to indicated that the result of an operation is too large or too small.
+is used to indicated that the result of an operation is too large or too small.
***/
/*
STDC(1)