summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdike <jdike>2003-11-10 23:03:45 +0000
committerjdike <jdike>2003-11-10 23:03:45 +0000
commit21ffea3667539aa445cc5ac091fc826d27f38590 (patch)
treefdcc9df71581291f4106206a1854271854ce1724
parent7ac9f66915af7188a5c0655ed406f5d1cb17b6b2 (diff)
downloaduml-history-21ffea3667539aa445cc5ac091fc826d27f38590.tar.gz
Fixed a comment.
-rw-r--r--arch/um/kernel/irq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/kernel/irq.c b/arch/um/kernel/irq.c
index c895d9a..5da216c 100644
--- a/arch/um/kernel/irq.c
+++ b/arch/um/kernel/irq.c
@@ -590,8 +590,8 @@ static unsigned int parse_hex_value (const char *buffer,
return -EFAULT;
/*
- * Parse the first 8 characters as a hex string, any non-hex char
- * is end-of-string. '00e1', 'e1', '00E1', 'E1' are all the same.
+ * Parse the first HEX_DIGITS characters as a hex string, any non-hex
+ * char is end-of-string. '00e1', 'e1', '00E1', 'E1' are all the same.
*/
value = 0;