diff --git a/src/cowboy_http_protocol.erl b/src/cowboy_http_protocol.erl
index 14cd8d38..c3bff7de 100644
--- a/src/cowboy_http_protocol.erl
+++ b/src/cowboy_http_protocol.erl
@@ -20,7 +20,7 @@
%%
dispatchThe dispatch list for this protocol.
%% max_empty_linesMax number of empty lines before a request.
%% Defaults to 5.
-%% timeoutTime in milliseconds before an idle keep-alive
+%% timeoutTime in milliseconds before an idle
%% connection is closed. Defaults to 5000 milliseconds.
%%
%%