OSDN Git Service

arm: tweak comment
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 19 Jan 2012 14:04:40 +0000 (15:04 +0100)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 26 Jan 2012 13:46:44 +0000 (14:46 +0100)
harmless copy'n paste error

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
libc/sysdeps/linux/arm/posix_fadvise.c

index 80d3c50..d8ba58f 100644 (file)
@@ -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)
 {