[git commit] arm: tweak comment

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Thu Jan 26 13:46:44 UTC 2012


commit: http://git.uclibc.org/uClibc/commit/?id=c72d608a9eaa4d05a32f7d91be21841bc617f84b
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

harmless copy'n paste error

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 libc/sysdeps/linux/arm/posix_fadvise.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libc/sysdeps/linux/arm/posix_fadvise.c b/libc/sysdeps/linux/arm/posix_fadvise.c
index 80d3c50..d8ba58f 100644
--- a/libc/sysdeps/linux/arm/posix_fadvise.c
+++ b/libc/sysdeps/linux/arm/posix_fadvise.c
@@ -22,8 +22,8 @@
 */
 
 /* This is for the ARM version of fadvise64_64 which swaps the params
- *  * about to avoid having ABI compat issues
- *   */
+ * about to avoid having ABI compat issues
+ */
 #define __NR___syscall_arm_fadvise64_64 __NR_arm_fadvise64_64
 int posix_fadvise(int fd, off_t offset, off_t len, int advise)
 {


More information about the uClibc-cvs mailing list