diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-01-19 15:04:40 +0100 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2012-01-26 14:46:44 +0100 |
commit | c72d608a9eaa4d05a32f7d91be21841bc617f84b (patch) | |
tree | 419d9b71ca7aa0c439dd7c25ceb20daf70331ef5 | |
parent | eb72efd81e0d5be6c836c5a084cc65b9734f544d (diff) |
arm: tweak comment
harmless copy'n paste error
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
-rw-r--r-- | libc/sysdeps/linux/arm/posix_fadvise.c | 4 |
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) { |