summaryrefslogtreecommitdiff
path: root/pbrd/pbr_zebra.c
diff options
context:
space:
mode:
authorJafar Al-Gharaibeh <jafar@atcorp.com>2022-04-02 19:08:30 -0500
committerGitHub <noreply@github.com>2022-04-02 19:08:30 -0500
commita46dd803b6e23245ceaa0c380c2056ab0c66510f (patch)
tree087ed1951a7f4d6735963daf3b4591caab2a644a /pbrd/pbr_zebra.c
parent9a33889d89aef9493949e4fe9d3718fb4efd9b0c (diff)
parent94202742fb6525234779c4a01d55b1ca14b28700 (diff)
Merge pull request #10954 from donaldsharp/speell
Speell
Diffstat (limited to 'pbrd/pbr_zebra.c')
-rw-r--r--pbrd/pbr_zebra.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pbrd/pbr_zebra.c b/pbrd/pbr_zebra.c
index da4e3e1bc0..4506dc1af1 100644
--- a/pbrd/pbr_zebra.c
+++ b/pbrd/pbr_zebra.c
@@ -64,7 +64,7 @@ void pbr_if_del(struct interface *ifp)
XFREE(MTYPE_PBR_INTERFACE, ifp->info);
}
-/* Inteface addition message from zebra. */
+/* Interface addition message from zebra. */
int pbr_ifp_create(struct interface *ifp)
{
DEBUGD(&pbr_dbg_zebra, "%s: %s", __func__, ifp->name);