aboutsummaryrefslogtreecommitdiffstats
path: root/lib/diameter/src/base
diff options
context:
space:
mode:
authorAnders Svensson <[email protected]>2017-07-03 11:49:23 +0200
committerAnders Svensson <[email protected]>2017-08-03 17:14:27 +0200
commitb9f2d5a867806563c11f8b13e7977f8d03b64a54 (patch)
tree7a8e91e5ea7843b9307f0161e09adb3536da5882 /lib/diameter/src/base
parentc63f31deeff7eea054ff3b84b73c1b5b03d5aec6 (diff)
downloadotp-b9f2d5a867806563c11f8b13e7977f8d03b64a54.tar.gz
otp-b9f2d5a867806563c11f8b13e7977f8d03b64a54.tar.bz2
otp-b9f2d5a867806563c11f8b13e7977f8d03b64a54.zip
Fix obsolete diameter_gen.hrl comments
Most of the contents were moved to module diameter_gen in commit 205521d3.
Diffstat (limited to 'lib/diameter/src/base')
-rw-r--r--lib/diameter/src/base/diameter_codec.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/diameter/src/base/diameter_codec.erl b/lib/diameter/src/base/diameter_codec.erl
index 82fa796e69..93c1b28f4c 100644
--- a/lib/diameter/src/base/diameter_codec.erl
+++ b/lib/diameter/src/base/diameter_codec.erl
@@ -29,7 +29,7 @@
msg_name/2,
msg_id/1]).
-%% Towards generated encoders (from diameter_gen.hrl).
+%% towards diameter_gen
-export([pack_data/2,
pack_avp/2]).