summary refs log tree commit diff
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-09 13:34:15 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-03-09 13:34:15 -0500
commit274b07e224eb1cc64e1ae608619fb317d190740e (patch)
tree3b2bd0a7aff2f721d49b7284bcda96a39d2eddf1
parent7d79f9e2166e766495eebbd72d64054fcbd7cffb (diff)
downloadroux-274b07e224eb1cc64e1ae608619fb317d190740e.tar.gz
typo in abi.txt
-rw-r--r--doc/abi.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/abi.txt b/doc/abi.txt
index 102148a..8719c61 100644
--- a/doc/abi.txt
+++ b/doc/abi.txt
@@ -65,7 +65,7 @@ Data classes of interest as defined by the ABI:
   * Use `%rax` and `%rdx` in order for INTEGER return
     values.
   * Use `%xmm0` and `%xmm1` in order for SSE return values.
-  * I the return value's class is MEMORY, the first
+  * If the return value's class is MEMORY, the first
     argument of the function `%rdi` was a pointer to an
     area big enough to fit the return value.  The function
     writes the return value there and returns the address