diff options
author | Kostis Sagonas <[email protected]> | 2016-05-23 14:49:02 +0200 |
---|---|---|
committer | Kostis Sagonas <[email protected]> | 2016-05-23 14:49:02 +0200 |
commit | b053b349a09296237bfc05ea5d009ad18dbd9349 (patch) | |
tree | b3eb39fd03fdb6ded2c40dff61af80944b55d437 /lib/compiler/src/v3_kernel.erl | |
parent | 523e048754f5086a6cc4fd9a250e1b495fc5b9b8 (diff) | |
download | otp-b053b349a09296237bfc05ea5d009ad18dbd9349.tar.gz otp-b053b349a09296237bfc05ea5d009ad18dbd9349.tar.bz2 otp-b053b349a09296237bfc05ea5d009ad18dbd9349.zip |
v3_kernel: Fix typo in comment
Diffstat (limited to 'lib/compiler/src/v3_kernel.erl')
-rw-r--r-- | lib/compiler/src/v3_kernel.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/compiler/src/v3_kernel.erl b/lib/compiler/src/v3_kernel.erl index 7ee564683b..1dc8d9c581 100644 --- a/lib/compiler/src/v3_kernel.erl +++ b/lib/compiler/src/v3_kernel.erl @@ -239,7 +239,7 @@ gexpr_test_add(Ke, St0) -> expr(#c_var{anno=A,name={_Name,Arity}}=Fname, Sub, St) -> %% A local in an expression. %% For now, these are wrapped into a fun by reverse - %% etha-conversion, but really, there should be exactly one + %% eta-conversion, but really, there should be exactly one %% such "lambda function" for each escaping local name, %% instead of one for each occurrence as done now. Vs = [#c_var{name=list_to_atom("V" ++ integer_to_list(V))} || |