From 2bc816915965c936d579be60e83105f9cb05c875 Mon Sep 17 00:00:00 2001 From: Jim Thompson Date: Mon, 8 Apr 2019 02:19:03 -0500 Subject: minor spelling errors (both in comments) Change-Id: I9282a838738d0ba54255bef347abf4735be29820 Signed-off-by: Jim Thompson --- src/vnet/devices/pipe/pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/devices/pipe') diff --git a/src/vnet/devices/pipe/pipe.c b/src/vnet/devices/pipe/pipe.c index e1d66a1188a..89932a77668 100644 --- a/src/vnet/devices/pipe/pipe.c +++ b/src/vnet/devices/pipe/pipe.c @@ -51,7 +51,7 @@ static pipe_main_t pipe_main; /* * The pipe rewrite is the same size as an ethernet header (since it * is an ethernet interface and the DP is optimised for writing - * sizeof(ethernet_header_t) rewirtes. Hwoever, there are no MAC addresses + * sizeof(ethernet_header_t) rewrites. Hwoever, there are no MAC addresses * since pipes don't have them. */ static u8 * -- cgit 1.2.3-korg