incorrect spelling in comments

This commit is contained in:
2012-09-26 20:05:38 +00:00
parent 483a6cd6c2
commit aa49ca25d5
51 changed files with 150 additions and 150 deletions

View File

@@ -1875,7 +1875,7 @@ static PyObject *Matrix_sub(PyObject *m1, PyObject *m2)
return Matrix_CreatePyObject(mat, mat1->num_col, mat1->num_row, Py_NEW, Py_TYPE(mat1));
}
/*------------------------obj * obj------------------------------
* mulplication */
* multiplication */
static PyObject *matrix_mul_float(MatrixObject *mat, const float scalar)
{
float tmat[16];