aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/future.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/future.mli')
-rw-r--r--lib/future.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/future.mli b/lib/future.mli
index d97b46382..19a9f5764 100644
--- a/lib/future.mli
+++ b/lib/future.mli
@@ -37,7 +37,7 @@
* If you compare this with lazy_t, you see that the value returned is *false*,
* that is counter intuitive and error prone.
*
- * Still not all computations are impure and acess/alter the system state.
+ * Still not all computations are impure and access/alter the system state.
* This class can be optimized by using ~pure:true, but there is no way to
* statically check if this flag is misused, hence use it with care.
*