Skip to content

Commit

Permalink
fix spelling error in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Apr 5, 2019
1 parent ed840ec commit 9cab9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clib/pio_rearrange.c
Original file line number Diff line number Diff line change
Expand Up @@ -1291,7 +1291,7 @@ int box_rearrange_create(iosystem_desc_t *ios, int maplen, const PIO_Offset *com
pioassert(iodesc->llen == 0, "error", __FILE__, __LINE__);
if (ios->ioproc)
{
/* Determine llen, the lenght of the data array on this IO
/* Determine llen, the length of the data array on this IO
* node, by multipliying the counts in the
* iodesc->firstregion. */
iodesc->llen = 1;
Expand Down

0 comments on commit 9cab9b2

Please sign in to comment.