Commit f1bd5d1a authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

s/CRNL/CRLF/ for consistency

parent e62cf00f
......@@ -70,7 +70,7 @@ vpx_proto1(const struct worker *wrk, struct req *req)
return (-1);
*q++ = '\0';
/* Nuke the CRNL */
/* Nuke the CRLF */
if (*q != '\n')
return (-1);
*q++ = '\0';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment