* doc/sdccman.lyx, doc/random-notes.txt, doc/avr/avr_design.txt,
[fw/sdcc] / doc / TININative.txt
index 3bbb838c143e42d1e1f6788c29fc29b922bd4537..706b310fcfd828da7f9ce41cf7530b454cc6c2ad 100644 (file)
@@ -115,7 +115,7 @@ As mentioned earlier the Native APIs are implemented using compiler intrinsic fu
 time only the following functions have been mapped (more will be mapped in the future). Some
 Native API calls return multiple values, I haven't found a good way to handle this yet, in most
 cases these return a HANDLE and a pointer to ABSOLUTE memory in DPTR, in such cases SDCC will
-return ONLY the HANDLE and igonre the POINTER value. The HANDLE can then be used with MM_Deref to
+return ONLY the HANDLE and ignore the POINTER value. The HANDLE can then be used with MM_Deref to
 obtain the POINTER value again (I hope my assumption is correct here).
 
 SDCC Prototype                                    Native API