Commit 293599bc authored by Jörn Engel's avatar Jörn Engel Committed by Linus Torvalds

[PATCH] Fix typo in comment

parent 7231622b
...@@ -199,7 +199,7 @@ extern void dump_stack(void); ...@@ -199,7 +199,7 @@ extern void dump_stack(void);
/* /*
* Check at compile time that something is of a particular type. * Check at compile time that something is of a particular type.
* Always evaluates to 1 so you may use it easily in conparisons. * Always evaluates to 1 so you may use it easily in comparisons.
*/ */
#define typecheck(type,x) \ #define typecheck(type,x) \
({ type __dummy; \ ({ type __dummy; \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment