]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/dev/i386/munge.s
xnu-1228.tar.gz
[apple/xnu.git] / bsd / dev / i386 / munge.s
index 414dd6fe18c8e6880c9ce3b296b68d241cccf7d5..18a3dc4bb86beff1cbca78f185bcd9a5ae49dbcf 100644 (file)
@@ -29,7 +29,7 @@
 /*
  * 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,