summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-07-06 09:34:09 +0000
committerJim Meyering <jim@meyering.net>2005-07-06 09:34:09 +0000
commitf68e25dc8f63c896d91439dc8c922944b28a7d98 (patch)
treeb18ad930b29fb877ff006e2b137beb6515944815
parentfce3dd98703caff8417ff75475ccda38d8713ff0 (diff)
downloadcoreutils-f68e25dc8f63c896d91439dc8c922944b28a7d98.tar.xz
remove stray `=' from comment
-rw-r--r--src/system.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/system.h b/src/system.h
index e3a99ab5d..5aa7f0ec2 100644
--- a/src/system.h
+++ b/src/system.h
@@ -812,7 +812,7 @@ ptr_align (void const *ptr, size_t alignment)
overflow. Otherwise, set Accum to that new value and return true.
Verify at compile-time that Type is Accum's type, and that Type is
unsigned. Accum must be an object, so that we can take its
- address. Accum and Digit_val may =be evaluated multiple times.
+ address. Accum and Digit_val may be evaluated multiple times.
The "Added check" below is not strictly required, but it causes GCC
to return a nonzero exit status instead of merely a warning