Skip to content

Commit

Permalink
Merge branch 'hb/kernel/opaque_decls/OTP-9337' into dev
Browse files Browse the repository at this point in the history
* hb/kernel/opaque_decls/OTP-9337:
  Modify two opaque types
  • Loading branch information
psyeugenic committed May 24, 2011
2 parents 102f7fd + 39cbb48 commit 7ae7301
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/kernel/src/inet_res.erl
Expand Up @@ -71,7 +71,7 @@

-type dns_class() :: in | chaos | hs | any.

-opaque dns_msg() :: term().
-type dns_msg() :: term().

-type dns_data() ::
dns_name()
Expand Down
2 changes: 1 addition & 1 deletion lib/kernel/src/seq_trace.erl
Expand Up @@ -45,7 +45,7 @@

%%---------------------------------------------------------------------------

-opaque token() :: {integer(), boolean(), _, _, _}.
-type token() :: {integer(), boolean(), _, _, _}.
-spec set_token(Token) -> PreviousToken | 'ok' when
Token :: [] | token(),
PreviousToken :: [] | token().
Expand Down

0 comments on commit 7ae7301

Please sign in to comment.