summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libc/sysdeps/linux/arm/posix_fadvise.c4
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 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)
{