commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 03/07: runtime: fix comment in posix_memali


From: git
Subject: [Commit-gnuradio] [gnuradio] 03/07: runtime: fix comment in posix_memalign.
Date: Thu, 26 Jun 2014 19:54:37 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

trondeau pushed a commit to branch maint
in repository gnuradio.

commit 93aea30efd828373b9366ef97e1bb853d85d87e8
Author: Michael Dickens <address@hidden>
Date:   Tue Jun 17 14:21:53 2014 -0400

    runtime: fix comment in posix_memalign.
---
 gnuradio-runtime/lib/posix_memalign.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnuradio-runtime/lib/posix_memalign.cc 
b/gnuradio-runtime/lib/posix_memalign.cc
index f75b1d5..eb3bbe3 100644
--- a/gnuradio-runtime/lib/posix_memalign.cc
+++ b/gnuradio-runtime/lib/posix_memalign.cc
@@ -66,7 +66,7 @@ int posix_memalign
 
   /* if 'malloc' is known to be aligned, and the desired 'alignment'
    * matches is <= that provided by 'malloc', then use 'malloc'.  This
-   * works on, e.g., Darwin 8 & 9: for which malloc is 16-byte aligned.
+   * works on, e.g., Darwin for which malloc is 16-byte aligned.
    */
   size_t am = (size_t) ALIGNED_MALLOC;
   if (alignment <= am) {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]