X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=datapath%2Ftable.c;h=5ea2c93b4835f574ea926d9dd742b80eb2fc1558;hb=d2805da2cb2256e9e2efc5074fbe8df55408213f;hp=e4561d697e5f37e8d4c63921ad92dc60516d917c;hpb=8d5ebd839b86463c72239fe972001e4f1a367a7b;p=openvswitch diff --git a/datapath/table.c b/datapath/table.c index e4561d69..5ea2c93b 100644 --- a/datapath/table.c +++ b/datapath/table.c @@ -367,7 +367,7 @@ int tbl_insert(struct tbl *table, struct tbl_node *target, u32 hash) } /** - * tbl_delete - remove object from table + * tbl_remove - remove object from table * @table: table from which to remove object * @target: tbl_node inside of object to remove *