Skip to content

Commit 646881e

Browse files
authored
fix typo gab -> gap and adjust indentation level (#1097)
Signed-off-by: Florian La Roche <[email protected]>
1 parent 17dfd0f commit 646881e

File tree

14 files changed

+15
-15
lines changed

14 files changed

+15
-15
lines changed

portable/ARMv8M/secure/heap/secure_heap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert )
234234
pxBlockToInsert->pxNextFreeBlock = pxIterator->pxNextFreeBlock;
235235
}
236236

237-
/* If the block being inserted plugged a gab, so was merged with the block
237+
/* If the block being inserted plugged a gap, so was merged with the block
238238
* before and the block after, then it's pxNextFreeBlock pointer will have
239239
* already been set, and should not be set here as that would make it point
240240
* to itself. */

portable/GCC/ARM_CM23/secure/secure_heap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert )
234234
pxBlockToInsert->pxNextFreeBlock = pxIterator->pxNextFreeBlock;
235235
}
236236

237-
/* If the block being inserted plugged a gab, so was merged with the block
237+
/* If the block being inserted plugged a gap, so was merged with the block
238238
* before and the block after, then it's pxNextFreeBlock pointer will have
239239
* already been set, and should not be set here as that would make it point
240240
* to itself. */

portable/GCC/ARM_CM33/secure/secure_heap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert )
234234
pxBlockToInsert->pxNextFreeBlock = pxIterator->pxNextFreeBlock;
235235
}
236236

237-
/* If the block being inserted plugged a gab, so was merged with the block
237+
/* If the block being inserted plugged a gap, so was merged with the block
238238
* before and the block after, then it's pxNextFreeBlock pointer will have
239239
* already been set, and should not be set here as that would make it point
240240
* to itself. */

portable/GCC/ARM_CM35P/secure/secure_heap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert )
234234
pxBlockToInsert->pxNextFreeBlock = pxIterator->pxNextFreeBlock;
235235
}
236236

237-
/* If the block being inserted plugged a gab, so was merged with the block
237+
/* If the block being inserted plugged a gap, so was merged with the block
238238
* before and the block after, then it's pxNextFreeBlock pointer will have
239239
* already been set, and should not be set here as that would make it point
240240
* to itself. */

portable/GCC/ARM_CM55/secure/secure_heap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert )
234234
pxBlockToInsert->pxNextFreeBlock = pxIterator->pxNextFreeBlock;
235235
}
236236

237-
/* If the block being inserted plugged a gab, so was merged with the block
237+
/* If the block being inserted plugged a gap, so was merged with the block
238238
* before and the block after, then it's pxNextFreeBlock pointer will have
239239
* already been set, and should not be set here as that would make it point
240240
* to itself. */

portable/GCC/ARM_CM85/secure/secure_heap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert )
234234
pxBlockToInsert->pxNextFreeBlock = pxIterator->pxNextFreeBlock;
235235
}
236236

237-
/* If the block being inserted plugged a gab, so was merged with the block
237+
/* If the block being inserted plugged a gap, so was merged with the block
238238
* before and the block after, then it's pxNextFreeBlock pointer will have
239239
* already been set, and should not be set here as that would make it point
240240
* to itself. */

portable/IAR/ARM_CM23/secure/secure_heap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert )
234234
pxBlockToInsert->pxNextFreeBlock = pxIterator->pxNextFreeBlock;
235235
}
236236

237-
/* If the block being inserted plugged a gab, so was merged with the block
237+
/* If the block being inserted plugged a gap, so was merged with the block
238238
* before and the block after, then it's pxNextFreeBlock pointer will have
239239
* already been set, and should not be set here as that would make it point
240240
* to itself. */

portable/IAR/ARM_CM33/secure/secure_heap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert )
234234
pxBlockToInsert->pxNextFreeBlock = pxIterator->pxNextFreeBlock;
235235
}
236236

237-
/* If the block being inserted plugged a gab, so was merged with the block
237+
/* If the block being inserted plugged a gap, so was merged with the block
238238
* before and the block after, then it's pxNextFreeBlock pointer will have
239239
* already been set, and should not be set here as that would make it point
240240
* to itself. */

portable/IAR/ARM_CM35P/secure/secure_heap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert )
234234
pxBlockToInsert->pxNextFreeBlock = pxIterator->pxNextFreeBlock;
235235
}
236236

237-
/* If the block being inserted plugged a gab, so was merged with the block
237+
/* If the block being inserted plugged a gap, so was merged with the block
238238
* before and the block after, then it's pxNextFreeBlock pointer will have
239239
* already been set, and should not be set here as that would make it point
240240
* to itself. */

portable/IAR/ARM_CM55/secure/secure_heap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ static void prvInsertBlockIntoFreeList( BlockLink_t * pxBlockToInsert )
234234
pxBlockToInsert->pxNextFreeBlock = pxIterator->pxNextFreeBlock;
235235
}
236236

237-
/* If the block being inserted plugged a gab, so was merged with the block
237+
/* If the block being inserted plugged a gap, so was merged with the block
238238
* before and the block after, then it's pxNextFreeBlock pointer will have
239239
* already been set, and should not be set here as that would make it point
240240
* to itself. */

0 commit comments

Comments
 (0)