diff options
author | Björn-Egil Dahlberg <[email protected]> | 2012-07-18 15:43:02 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2012-07-19 20:22:55 +0200 |
commit | e4aaaab0d2695a1b92987cd1e509bdcadbec9732 (patch) | |
tree | fb9536c4f4bb0b24d55ae44ae13ac48416e60ee7 /lib | |
parent | a660484b504a7a698923bc08d812eb6c231d2f7d (diff) | |
download | otp-e4aaaab0d2695a1b92987cd1e509bdcadbec9732.tar.gz otp-e4aaaab0d2695a1b92987cd1e509bdcadbec9732.tar.bz2 otp-e4aaaab0d2695a1b92987cd1e509bdcadbec9732.zip |
typer: Remove VxWorks
A comment referred to vxworks and was thusly removed
Diffstat (limited to 'lib')
-rw-r--r-- | lib/typer/src/typer.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/typer/src/typer.erl b/lib/typer/src/typer.erl index 1e40b8926e..4f1d46ee6c 100644 --- a/lib/typer/src/typer.erl +++ b/lib/typer/src/typer.erl @@ -1007,7 +1007,7 @@ msg(Msg) -> port_command(P, Msg), true = port_close(P), ok; - _ -> % win32, vxworks + _ -> % win32 io:format("~s", [Msg]) end. |