summary refs log tree commit diff
diff options
context:
space:
mode:
-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