summaryrefslogtreecommitdiffstats
path: root/lib/sockunion.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2018-10-25 21:46:51 +0200
committerGitHub <noreply@github.com>2018-10-25 21:46:51 +0200
commitdd5c280ab3ae493e038ca13b672da148ade58f61 (patch)
tree498f2d6f82500fb304e37771d21d48c6185d089f /lib/sockunion.c
parentMerge pull request #3121 from pguibert6WIND/flowspec_json_issue (diff)
parent*: spelchek (diff)
downloadfrr-dd5c280ab3ae493e038ca13b672da148ade58f61.tar.xz
frr-dd5c280ab3ae493e038ca13b672da148ade58f61.zip
Merge pull request #3247 from opensourcerouting/spelchek
*: spelchek
Diffstat (limited to 'lib/sockunion.c')
-rw-r--r--lib/sockunion.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sockunion.c b/lib/sockunion.c
index bee82a067..af4f41f37 100644
--- a/lib/sockunion.c
+++ b/lib/sockunion.c
@@ -356,7 +356,7 @@ int sockopt_ttl(int family, int sock, int ttl)
* Which on linux is a no-op since it is enabled by
* default and on BSD it uses TCP_NOPUSH to do
* the same thing( which it was not configured to
- * use). This cleanup of the api occured on 8/1/17
+ * use). This cleanup of the api occurred on 8/1/17
* I imagine if after more than 1 year of no-one
* complaining, and a major upgrade release we
* can deprecate and remove this function call