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); \