diff options
author | Jan-Uwe Finck <jufi@cvs.openbsd.org> | 2002-07-07 08:54:51 +0000 |
---|---|---|
committer | Jan-Uwe Finck <jufi@cvs.openbsd.org> | 2002-07-07 08:54:51 +0000 |
commit | cd84c90ae341335a0ad90ba9e59a0c4043a52259 (patch) | |
tree | 815ea0f0eca446febc08efa42e540e3adc8d849d /libexec/ld.so/mips/syscall.h | |
parent | 7c41d8ceba7e5d71423a274227c7861beef81ea2 (diff) |
typos/grammar/better words
in comments.
Diffstat (limited to 'libexec/ld.so/mips/syscall.h')
-rw-r--r-- | libexec/ld.so/mips/syscall.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/ld.so/mips/syscall.h b/libexec/ld.so/mips/syscall.h index 6af92f5f042..216c72e0da6 100644 --- a/libexec/ld.so/mips/syscall.h +++ b/libexec/ld.so/mips/syscall.h @@ -1,4 +1,4 @@ -/* $OpenBSD: syscall.h,v 1.4 2002/05/24 04:17:00 deraadt Exp $ */ +/* $OpenBSD: syscall.h,v 1.5 2002/07/07 08:54:50 jufi Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -48,7 +48,7 @@ /* * Inlined system call functions that can be used before - * any dynamic address resoving has been done. + * any dynamic address resolving has been done. */ extern inline int |