More robust homedir detection on Windows.
[sbcl.git] / doc / internals / foreign-linkage.texinfo
index 5e8491d..266aa98 100644 (file)
@@ -84,7 +84,7 @@ Find a memory area for the linkage-table, and add it for the OS in
 @code{SB!VM:LINKAGE-TABLE-SPACE-END}. See existing ports and CMUCL for
 examples.
 
-@subsubsection Porting to new architextures 
+@subsubsection Porting to new architectures
 
 Write @code{arch_write_linkage_table_jmp} and  @code{arch_write_linkage_table_ref}.
 
@@ -134,7 +134,7 @@ callback sequence has 4 parts / stages / bounces:
 
 saves the arguments from the C-call according to the alien-fun-type of
 the callback, and calls #'ENTER-ALIEN-CALLBACK with the index
-indentifying the callback, a pointer to the arguments copied on the
+identifying the callback, a pointer to the arguments copied on the
 stack and a pointer to return value storage. When control returns to
 the wrapper it returns the value to C. There is one assembler wrapper
 per callback.[1] The SAP to the wrapper code vector is what is passed