From 62b4c870aa2fe3878dedc75c178c391dc55d1eb8 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 14 Mar 2008 15:31:08 +0000 Subject: [PATCH] typo * src/bridge.c: fix a typo in a comment Daniel --- ChangeLog | 4 ++++ src/bridge.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c05c39978b..257954988d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Fri Mar 14 16:30:27 CET 2008 Daniel Veillard + + * src/bridge.c: fix a typo in a comment + Fri Mar 14 16:19:21 CET 2008 Daniel Veillard * qemud/qemud.c src/virsh.c: fixing some user facing strings diff --git a/src/bridge.c b/src/bridge.c index 054dfd3698..8ea99af004 100644 --- a/src/bridge.c +++ b/src/bridge.c @@ -303,7 +303,7 @@ brDeleteInterface(brControl *ctl ATTRIBUTE_UNUSED, * @maxlen: size of @ifname array * @tapfd: file descriptor return value for the new tap device * - * This function reates a new tap device on a bridge. @ifname can be either + * This function creates a new tap device on a bridge. @ifname can be either * a fixed name or a name template with '%d' for dynamic name allocation. * in either case the final name for the bridge will be stored in @ifname * and the associated file descriptor in @tapfd. -- GitLab