Browse Source

arm: tweak comment

harmless copy'n paste error

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 13 years ago
parent
commit
c72d608a9e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      libc/sysdeps/linux/arm/posix_fadvise.c

+ 2 - 2
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)
 {