Skip to content

Commit cea75b5

Browse files
committed
rabbit_db: Fix inconsistent comment
The comment preceding the `get_consistent()` function was `get()`. Pun probably intended.
1 parent b05884c commit cea75b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_db_maintenance.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ get_in_mnesia(Node) ->
152152
end.
153153

154154
%% -------------------------------------------------------------------
155-
%% get().
155+
%% get_consistent().
156156
%% -------------------------------------------------------------------
157157

158158
-spec get_consistent(Node) -> Status when

0 commit comments

Comments
 (0)