aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2025-12-04 15:17:11 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2025-12-04 15:17:12 +0000
commit15afd75e67102f81c37adbf11966e48685bd7be7 (patch)
tree5fb72a0b0a5efe24213f62f7226582e8564f7360 /sys/netipsec
parenta8b0208e7e989c0876f73e1953f66542678b9004 (diff)
Diffstat (limited to 'sys/netipsec')
-rw-r--r--sys/netipsec/esp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netipsec/esp.h b/sys/netipsec/esp.h
index 50a79384a6b1..27f2fd1c683a 100644
--- a/sys/netipsec/esp.h
+++ b/sys/netipsec/esp.h
@@ -32,7 +32,7 @@
*/
/*
- * RFC1827/2406 Encapsulated Security Payload.
+ * RFC 1827 & RFC 2406: Encapsulating Security Payload.
*/
#ifndef _NETIPSEC_ESP_H_