diff options
| author | Jörn Engel <joern@wohnheim.fh-wedel.de> | 2003-06-13 20:46:18 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2003-06-13 20:46:18 -0700 |
| commit | 293599bc97ea6c7ee291b021929e4027e71426b9 (patch) | |
| tree | bc350e27bbbc5c725a43b85a0eae349d0d79c569 /include/linux/kernel.h | |
| parent | 7231622bcc4078d8b5181b6a51452c11afd825a7 (diff) | |
[PATCH] Fix typo in comment
Diffstat (limited to 'include/linux/kernel.h')
| -rw-r--r-- | include/linux/kernel.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; \ |
