From c22a0473c06092a41fb728ce668572082bb50636 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 2 Mar 2019 11:17:17 -0500 Subject: update documentation --- src/errno/ERANGE.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/errno/ERANGE.c') 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) -- cgit v1.2.1