cosmetic: Fix typo in comment

Change-Id: I6b0fcd7ee13e0e712d47741258f83a6f98503e27
This commit is contained in:
Pau Espin 2022-10-13 13:20:10 +02:00
parent 36413c011f
commit f633302c73
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#define MGW_STR MGCP_CLIENT_MGW_STR
/* Only common (non-pooled) VTY connands will use this talloc context. All
/* Only common (non-pooled) VTY commands will use this talloc context. All
* pooled VTY commands will use the pool (global_mgcp_client_pool) as
* talloc context. */
static void *global_mgcp_client_ctx = NULL;