/*
* Syscall argument mungers.
*
- * The data to be munged has been explicitly copied in to the arguement area,
+ * The data to be munged has been explicitly copied in to the argument area,
* and will be munged in place in the uu_arg[] array. Because of this, the
* functions all take the same arguments as their PPC equivalents, but the
* first argument is ignored. These mungers are for 32-bit app's syscalls,