From 293599bc97ea6c7ee291b021929e4027e71426b9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=B6rn=20Engel?= <joern@wohnheim.fh-wedel.de>
Date: Fri, 13 Jun 2003 20:46:18 -0700
Subject: [PATCH] [PATCH] Fix typo in comment

---
 include/linux/kernel.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/kernel.h b/include/linux/kernel.h
index 5f4ff79737a8..b0aebfeda888 100644
--- a/include/linux/kernel.h
+++ b/include/linux/kernel.h
@@ -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; \
-- 
2.30.9