Minor style fixes

This commit is contained in:
2026-02-06 20:52:59 +01:00
committed by CodingWorkshop Signing Team
parent 58ed35b0e4
commit 59f851f22c
3 changed files with 9 additions and 9 deletions

View File

@@ -14,10 +14,10 @@
* Allocates and initializes page directory structures for a range of PDEs.
*
* @param StartingPde
* Supplies a pointer to the first PDE in the range to initialize
* Supplies a pointer to the first PDE in the range to initialize.
*
* @param EndingPde
* Supplies a pointer to the last PDE in the range to initialize
* Supplies a pointer to the last PDE in the range to initialize.
*
* @return This routine does not return any value.
*