From 8a92b1292c8d60fd114207c7ebd9564d4f868752 Mon Sep 17 00:00:00 2001 From: Richard Cochran Date: Mon, 2 Jun 2014 18:00:21 +0200 Subject: [PATCH] Fix a trivial spelling mistake in a comment. Signed-off-by: Richard Cochran --- contain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contain.h b/contain.h index 4c2822d..e0090bc 100644 --- a/contain.h +++ b/contain.h @@ -23,7 +23,7 @@ #include /* - * This macro boroughed from the Linux kernel. + * This macro borrowed from the Linux kernel. */ #define container_of(ptr, type, member) ({ \ const typeof( ((type *)0)->member ) *__mptr = (ptr); \