Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Jan 2, 2016
1 parent 5c47be6 commit 2b7dbb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions C-Sources/ModelicaMatIO.c
Original file line number Diff line number Diff line change
Expand Up @@ -10495,7 +10495,7 @@ Mat_VarPrint( matvar_t *matvar, int printdata )
* @param mat MAT file to read data from
* @param matvar MAT variable information
* @param data pointer to store data in (must be pre-allocated)
* @param start array of starting indeces
* @param start array of starting indices
* @param stride stride of data
* @param edge array specifying the number to read in each direction
* @retval 0 on success
Expand Down Expand Up @@ -10810,7 +10810,7 @@ Mat_VarWriteInfo(mat_t *mat, matvar_t *matvar )
* @param mat MAT file to write to
* @param matvar MAT variable information to write
* @param data pointer to the data to write
* @param start array of starting indeces
* @param start array of starting indices
* @param stride stride of data
* @param edge array specifying the number to read in each direction
* @retval 0 on success
Expand Down

0 comments on commit 2b7dbb9

Please sign in to comment.