]> sourceware.org Git - glibc.git/commitdiff
MIPS: bits/atomic.h: Fix comment typo
authorMaciej W. Rozycki <macro@codesourcery.com>
Mon, 23 Sep 2013 16:39:14 +0000 (17:39 +0100)
committerMaciej W. Rozycki <macro@codesourcery.com>
Mon, 23 Sep 2013 16:45:34 +0000 (17:45 +0100)
ports/ChangeLog.mips
ports/sysdeps/mips/bits/atomic.h

index 7882f712b7e7219d39616080c3c9aad82bda6323..9bbf12ac7a3fddbf35c47204648d848650bd83fd 100644 (file)
@@ -1,3 +1,7 @@
+2013-09-23  Maciej W. Rozycki  <macro@codesourcery.com>
+
+       * sysdeps/mips/bits/atomic.h: Fix comment typo.
+
 2013-09-23  Steve Ellcey  <sellcey@mips.com>
 
        * sysdeps/mips/fpu/fegetround.c (fegetround): Use _FPU_RC_MASK.
index 7c735f72620596dd50e067242ed041c0e8d7f258..b31444f575efbd667a69a9483016a1a56e4fdf6f 100644 (file)
@@ -84,7 +84,7 @@ typedef uintmax_t uatomic_max_t;
    support for their efficient implementation was added only in GCC 4.8.
    We still want to use them even with GCC 4.7 for MIPS16 code where we
    have no assembly alternative available and want to avoid the __sync_*
-   if at all possible.  */
+   builtins if at all possible.  */
 
 /* Compare and exchange.
    For all "bool" routines, we return FALSE if exchange succesful.  */
This page took 0.04903 seconds and 5 git commands to generate.