]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
remove stray `=' from comment
authorJim Meyering <jim@meyering.net>
Wed, 6 Jul 2005 09:34:09 +0000 (09:34 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 6 Jul 2005 09:34:09 +0000 (09:34 +0000)
src/system.h

index e3a99ab5d3163b466164ceb2834ddd0e2b7b387b..5aa7f0ec23e853fc6ca523c5b0347efad117c514 100644 (file)
@@ -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