diff options
author | Tuncer Ayaz <[email protected]> | 2011-08-23 19:40:07 +0200 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-09-15 00:12:08 +0200 |
commit | db7134d74eb9bd2febeb39a6f2a44ed86e47776a (patch) | |
tree | 15e32d91612f71aef05f4fc8f80cc6ff0370de14 /lib | |
parent | 4d8af7116ea6e1bacf5d949810f63c8ec54249e6 (diff) | |
download | otp-db7134d74eb9bd2febeb39a6f2a44ed86e47776a.tar.gz otp-db7134d74eb9bd2febeb39a6f2a44ed86e47776a.tar.bz2 otp-db7134d74eb9bd2febeb39a6f2a44ed86e47776a.zip |
dialyzer: fix a small typo in list_to_bitstring test
Diffstat (limited to 'lib')
-rw-r--r-- | lib/dialyzer/test/small_SUITE_data/src/list_to_bitstring.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dialyzer/test/small_SUITE_data/src/list_to_bitstring.erl b/lib/dialyzer/test/small_SUITE_data/src/list_to_bitstring.erl index 2da708cb15..109aa88f16 100644 --- a/lib/dialyzer/test/small_SUITE_data/src/list_to_bitstring.erl +++ b/lib/dialyzer/test/small_SUITE_data/src/list_to_bitstring.erl @@ -2,7 +2,7 @@ %% From: Ken Robinson %% Date: 28/04/2011, 17:26 %% -%% Program that produced borus "Function has no local return" warnings +%% Program that produced bogus "Function has no local return" warnings %% due to erlang:list_to_bitstring/1 having erroneous hard coded type %% information, namely accepting iolist() instead of bitstrlist(). %% Fixed 29/04/2011. |