From c72d608a9eaa4d05a32f7d91be21841bc617f84b Mon Sep 17 00:00:00 2001
From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Date: Thu, 19 Jan 2012 15:04:40 +0100
Subject: arm: tweak comment

harmless copy'n paste error

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

(limited to 'libc/sysdeps/linux/arm')

diff --git a/libc/sysdeps/linux/arm/posix_fadvise.c b/libc/sysdeps/linux/arm/posix_fadvise.c
index 80d3c5044..d8ba58fc2 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)
 {
-- 
cgit v1.2.3