X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fsession%2Fapplication.c;h=bc837bb29395d8f7723935d657809dda21a33a4c;hb=ab0289a85c45699878d203b4a0d2e5b38c36cc55;hp=78c41b938cf68114fdeef5dbd758c22757d83703;hpb=8ddd518f9a65af77dc3294f1965452aa72cb0eb2;p=vpp.git diff --git a/src/vnet/session/application.c b/src/vnet/session/application.c index 78c41b938cf..bc837bb2939 100644 --- a/src/vnet/session/application.c +++ b/src/vnet/session/application.c @@ -329,7 +329,7 @@ application_open_session (application_t * app, session_type_t sst, return rv; /* Store api_context for when the reply comes. Not the nicest thing - * but better allocating a separate half-open pool. */ + * but better than allocating a separate half-open pool. */ tc->s_index = api_context; return 0;