]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Fix typo in comment
authorJörn Engel <joern@wohnheim.fh-wedel.de>
Sat, 14 Jun 2003 03:46:18 +0000 (20:46 -0700)
committerLinus Torvalds <torvalds@home.transmeta.com>
Sat, 14 Jun 2003 03:46:18 +0000 (20:46 -0700)
include/linux/kernel.h

index 5f4ff79737a8a26d22447872821ce3b70e8b45cc..b0aebfeda888cc3e1a59b864d3a2ad7a717bce6a 100644 (file)
@@ -199,7 +199,7 @@ extern void dump_stack(void);
 
 /*
  * 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) \
 ({     type __dummy; \