Cosmetic: fix desc of neighbor_ident_add_neighbor

Change-Id: I6d78220156f8a4a4b246f9fcc5e9d066c2a90bbb
This commit is contained in:
Oliver Smith 2022-10-27 12:12:58 +02:00
parent 5bdc3eca68
commit 2b6c58fddb
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ void neighbor_ident_vty_parse_arfcn_bsic(struct cell_ab *ab, const char **argv)
LOGP(DLINP, LOGL_NOTICE, fmt "\n", ## args); \
} while (0) \
/* Delete a neighbor from neighborlist. When the parameter *vty is set to NULL all error messages are redirected to the
/* Add a neighbor from neighborlist. When the parameter *vty is set to NULL all error messages are redirected to the
* logtext. */
int neighbor_ident_add_neighbor(struct vty *vty, struct gsm_bts *bts, struct neighbor *n)
{