aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/src/erl_eval.erl
diff options
context:
space:
mode:
authorBruce Yinhe <[email protected]>2014-07-07 14:11:43 +0200
committerBruce Yinhe <[email protected]>2014-07-07 14:11:43 +0200
commitfc7de455a2edcf61872d94e1e2d4b7bfeb931f46 (patch)
tree63639acca66916f3884fe6bd60a34065cd1c2328 /lib/stdlib/src/erl_eval.erl
parent4a1ffc3b3666436a92532e242bde9f5b67902469 (diff)
parent26e11d910a2874d0cb14a5310b0759feda66eea5 (diff)
downloadotp-fc7de455a2edcf61872d94e1e2d4b7bfeb931f46.tar.gz
otp-fc7de455a2edcf61872d94e1e2d4b7bfeb931f46.tar.bz2
otp-fc7de455a2edcf61872d94e1e2d4b7bfeb931f46.zip
Merge branch 'mururu/fix-typo' into maint
* mururu/fix-typo: Fix typo in erl_eval:exprs comments
Diffstat (limited to 'lib/stdlib/src/erl_eval.erl')
-rw-r--r--lib/stdlib/src/erl_eval.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/src/erl_eval.erl b/lib/stdlib/src/erl_eval.erl
index 3cfedfee97..639ddfc214 100644
--- a/lib/stdlib/src/erl_eval.erl
+++ b/lib/stdlib/src/erl_eval.erl
@@ -77,7 +77,7 @@
%% Only exprs/2 checks the command by calling erl_lint. The reason is
%% that if there is a function handler present, then it is possible
%% that there are valid constructs in Expression to be taken care of
-%% by a function handler but considerad errors by erl_lint.
+%% by a function handler but considered errors by erl_lint.
-spec(exprs(Expressions, Bindings) -> {value, Value, NewBindings} when
Expressions :: expressions(),