Fix a trivial spelling mistake in a comment.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
Richard Cochran 2014-06-02 18:00:21 +02:00
parent 32ef7c0793
commit 8a92b1292c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#include <stddef.h> #include <stddef.h>
/* /*
* This macro boroughed from the Linux kernel. * This macro borrowed from the Linux kernel.
*/ */
#define container_of(ptr, type, member) ({ \ #define container_of(ptr, type, member) ({ \
const typeof( ((type *)0)->member ) *__mptr = (ptr); \ const typeof( ((type *)0)->member ) *__mptr = (ptr); \