]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
oxford comma for-the-win
authorRoger Dingledine <arma@torproject.org>
Fri, 19 Jan 2018 23:42:53 +0000 (18:42 -0500)
committerRoger Dingledine <arma@torproject.org>
Fri, 19 Jan 2018 23:42:53 +0000 (18:42 -0500)
src/or/hs_common.c

index 0e7d78970564202c8da38a0082d91d08c7a004a3..6d97c8775c4fc5f8219ebfd319e2d675986ea128 100644 (file)
@@ -210,7 +210,7 @@ hs_check_service_private_dir(const char *username, const char *path,
   return 0;
 }
 
-/* Default, minimum and maximum values for the maximum rendezvous failures
+/* Default, minimum, and maximum values for the maximum rendezvous failures
  * consensus parameter. */
 #define MAX_REND_FAILURES_DEFAULT 2
 #define MAX_REND_FAILURES_MIN 1