From b8fdffc2877992e5c5121bb7e011561581691d14 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Fri, 2 Jan 2015 16:02:48 +0100 Subject: device: Fix typos in comments (found by codespell) Signed-off-by: Stefan Weil --- device/net_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'device/net_io.c') diff --git a/device/net_io.c b/device/net_io.c index a9d318e..d2928cc 100644 --- a/device/net_io.c +++ b/device/net_io.c @@ -640,7 +640,7 @@ net_packet( * Do a quick check to see if it is a kernel TTD packet. * * Only check if KernelTTD is enabled, ie. the current - * device driver supports TTD, and the bootp succeded. + * device driver supports TTD, and the bootp succeeded. */ if (kttd_enabled && kttd_handle_async(kmsg)) { /* -- cgit v1.2.3