diff options
author | Quentin Young <qlyoung@users.noreply.github.com> | 2018-10-25 21:46:51 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-25 21:46:51 +0200 |
commit | dd5c280ab3ae493e038ca13b672da148ade58f61 (patch) | |
tree | 498f2d6f82500fb304e37771d21d48c6185d089f /lib/sockunion.c | |
parent | Merge pull request #3121 from pguibert6WIND/flowspec_json_issue (diff) | |
parent | *: spelchek (diff) | |
download | frr-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.c | 2 |
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 |