[103404] users/cal/base-sqlite-portindex/src/machista1.0/machista.i
Revision: 103404 https://trac.macports.org/changeset/103404 Author: cal@macports.org Date: 2013-02-24 14:12:24 -0800 (Sun, 24 Feb 2013) Log Message: ----------- machista.i: fix typos Modified Paths: -------------- users/cal/base-sqlite-portindex/src/machista1.0/machista.i Modified: users/cal/base-sqlite-portindex/src/machista1.0/machista.i =================================================================== --- users/cal/base-sqlite-portindex/src/machista1.0/machista.i 2013-02-24 21:10:34 UTC (rev 103403) +++ users/cal/base-sqlite-portindex/src/machista1.0/machista.i 2013-02-24 22:12:24 UTC (rev 103404) @@ -120,7 +120,7 @@ * such using the OUTPUT keyword, causing it to be returned as second parameter * of a list. * Also, we need to provide a valid address of a pointer for macho_parse_file to - * write to. We could have the user to this, but instead use a typemap to create + * write to. We could have the user do this, but instead use a typemap to create * said pointer and pass a pointer to it to macho_parse_file. Using numinputs=0 * causes SIWG to stop expecting the parameter when calling from Tcl. */ @@ -144,7 +144,7 @@ /** * map macho_get_arch_name() * The memory for the returned char * comes from NXGetArchInfoFromCpuType(), - * which is documentet in arch(3), without ever mentioning any memory issues. I + * which is documented in arch(3), without ever mentioning any memory issues. I * assume it's static memory, that should not be free()'d. */ %rename(get_arch_name) macho_get_arch_name;
participants (1)
-
cal@macports.org