aboutgitcodebugslistschat
diff options
context:
space:
mode:
-rw-r--r--fwd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fwd.c b/fwd.c
index 250cf56..31b6142 100644
--- a/fwd.c
+++ b/fwd.c
@@ -27,7 +27,7 @@
#include "lineread.h"
#include "flow_table.h"
-/* Empheral port range: values from RFC 6335 */
+/* Ephemeral port range: values from RFC 6335 */
static in_port_t fwd_ephemeral_min = (1 << 15) + (1 << 14);
static in_port_t fwd_ephemeral_max = NUM_PORTS - 1;