Parcourir la source

arm: tweak comment

harmless copy'n paste error

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer il y a 13 ans
Parent
commit
c72d608a9e
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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)
 {