diff options
author | Björn Gustavsson <[email protected]> | 2010-07-29 16:29:13 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2010-08-03 17:17:24 +0200 |
commit | 9262acb51b4f096c0d67a7b896f2f22466ebaf59 (patch) | |
tree | 1d3f535800fae409e69edbbc67284029be942a68 /lib/test_server/src/ts.erl | |
parent | 8f0799177b0707caad0e367ddc68aa8441eebf2b (diff) | |
download | otp-9262acb51b4f096c0d67a7b896f2f22466ebaf59.tar.gz otp-9262acb51b4f096c0d67a7b896f2f22466ebaf59.tar.bz2 otp-9262acb51b4f096c0d67a7b896f2f22466ebaf59.zip |
ts: Eliminate Clearcase references in comments
Diffstat (limited to 'lib/test_server/src/ts.erl')
-rw-r--r-- | lib/test_server/src/ts.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test_server/src/ts.erl b/lib/test_server/src/ts.erl index e23b891392..fcd955345f 100644 --- a/lib/test_server/src/ts.erl +++ b/lib/test_server/src/ts.erl @@ -71,7 +71,7 @@ %%% ts_erl_config Finds out information about the Erlang system, %%% for instance the location of erl_interface. %%% This works for either an installed OTP or an Erlang -%%% system running from Clearcase. +%%% system running in a git repository/source tree. %%% ts_make Interface to run the `make' program on Unix %%% and other platforms. %%% ts_make_erl A corrected version of the standar Erlang module |