diff options
author | Kostis Sagonas <[email protected]> | 2013-10-09 17:04:58 +0200 |
---|---|---|
committer | Kostis Sagonas <[email protected]> | 2013-10-09 17:04:58 +0200 |
commit | fd6f74bff18a48132eef49be363726ae7ef823a6 (patch) | |
tree | 7da09099bb786ca4ce0f0dc49090bec97d5f09bc /lib | |
parent | a64ee8724ba7c5d9b0e0560591765cbfd6fabe97 (diff) | |
download | otp-fd6f74bff18a48132eef49be363726ae7ef823a6.tar.gz otp-fd6f74bff18a48132eef49be363726ae7ef823a6.tar.bz2 otp-fd6f74bff18a48132eef49be363726ae7ef823a6.zip |
Fix a comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dialyzer/test/small_SUITE_data/src/appmon_place.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/test/small_SUITE_data/src/appmon_place.erl b/lib/dialyzer/test/small_SUITE_data/src/appmon_place.erl index 60ffbe818f..ddb97796fb 100644 --- a/lib/dialyzer/test/small_SUITE_data/src/appmon_place.erl +++ b/lib/dialyzer/test/small_SUITE_data/src/appmon_place.erl @@ -1,6 +1,6 @@ %%--------------------------------------------------------------------- %% This is added as a test because it was giving a false positive -%% (function move/4 will nevr be called) due to the strange use of +%% (function move/4 will never be called) due to the strange use of %% self-recursive fun construction in placex/3. %% %% The analysis was getting confused that the foldl call will never |