Minor style fixes

This commit is contained in:
2026-02-06 20:52:59 +01:00
parent 0ce2741e18
commit 2e0e085acb
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.
*