diff options
author | Anders Svensson <[email protected]> | 2011-05-20 13:28:59 +0200 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2011-05-20 13:32:45 +0200 |
commit | f2bff722fdb93cf021d9b80f383046cf36435ff3 (patch) | |
tree | 0b939bdfc1eedda0cab1950a95bd3b39ed77c4c5 /lib/diameter/include | |
parent | 14b63ae11e0a7c3d028ec4ff6e4532705a800157 (diff) | |
download | otp-f2bff722fdb93cf021d9b80f383046cf36435ff3.tar.gz otp-f2bff722fdb93cf021d9b80f383046cf36435ff3.tar.bz2 otp-f2bff722fdb93cf021d9b80f383046cf36435ff3.zip |
Remove undocumented interface functions plus comment fix.
Diffstat (limited to 'lib/diameter/include')
-rw-r--r-- | lib/diameter/include/diameter.hrl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diameter/include/diameter.hrl b/lib/diameter/include/diameter.hrl index 8bd1ad1e51..0fa7fd406f 100644 --- a/lib/diameter/include/diameter.hrl +++ b/lib/diameter/include/diameter.hrl @@ -110,7 +110,7 @@ %% The diameter service and diameter_apps records are only passed %% through the transport interface when starting a transport process, %% although typically a transport implementation will (and probably -%% should) only be interested diameter_service.host_ip_address. +%% should) only be interested host_ip_address. -record(diameter_service, {pid, |