diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2005-11-18 06:43:30 +0000 | 
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-18 06:43:30 +0000 | 
| commit | 9d66f22bb072f852846e3c96c0adc666d7ac51d0 (patch) | |
| tree | 937f9f0ff1d12dad805b7556053da58f3ca20845 | |
| parent | ee2c06618a6cbd3d7a2e5425e8f457cd52199aeb (diff) | |
fix trailing comment
| -rw-r--r-- | libc/sysdeps/linux/hppa/bits/syscalls.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/hppa/bits/syscalls.h b/libc/sysdeps/linux/hppa/bits/syscalls.h index 013c24095..d173aa389 100644 --- a/libc/sysdeps/linux/hppa/bits/syscalls.h +++ b/libc/sysdeps/linux/hppa/bits/syscalls.h @@ -163,4 +163,4 @@ type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4, type5 arg5, type6 arg6  }  #endif /* __ASSEMBLER__ */ -#endif /* _ASM_PARISC_UNISTD_H_ */ +#endif /* _BITS_SYSCALLS_H */  | 
