pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcap/+/39282?usp=email )
Change subject: cosmetic: server: Fix typo in comment ......................................................................
cosmetic: server: Fix typo in comment
Change-Id: I03aa0137d5470717104f27cb55d4bde802d00a95 --- M src/osmo_server_network.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: laforge: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/osmo_server_network.c b/src/osmo_server_network.c index be2c6e0..f05413e 100644 --- a/src/osmo_server_network.c +++ b/src/osmo_server_network.c @@ -135,7 +135,7 @@ if (!server->completed_path) return;
- /* Assumption: curr_filename is anonicalized absolute pathname. */ + /* Assumption: curr_filename is canonical absolute pathname. */
/* basename and dirname may modify input param, and return a string * which shall not be freed, potentially pointing to the input param. */