summaryrefslogtreecommitdiff
path: root/psx/psx_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'psx/psx_syscall.h')
-rw-r--r--psx/psx_syscall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/psx/psx_syscall.h b/psx/psx_syscall.h
index 4aacfab..3987d59 100644
--- a/psx/psx_syscall.h
+++ b/psx/psx_syscall.h
@@ -59,7 +59,7 @@ long int psx_syscall6(long int syscall_nr,
* is to define this function as weak in a library that can optionally
* use libpsx and then, should the caller link -lpsx, that library can
* implicitly use these POSIX semantics syscalls. See libcap for an
- * example of this useage.
+ * example of this usage.
*/
void psx_load_syscalls(long int (**syscall_fn)(long int,
long int, long int, long int),