mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
o Fix typos in the comments.
Submitted by: Wojciech A. Koszek
This commit is contained in:
parent
7ed2454cb3
commit
6c3cd0e2f6
1 changed files with 2 additions and 2 deletions
|
|
@ -228,7 +228,7 @@ destroy_indir(struct md_s *sc, struct indir *ip)
|
|||
}
|
||||
|
||||
/*
|
||||
* This function does the math and alloctes the top level "indir" structure
|
||||
* This function does the math and allocates the top level "indir" structure
|
||||
* for a device of "size" sectors.
|
||||
*/
|
||||
|
||||
|
|
@ -534,7 +534,7 @@ mdstart_swap(struct md_s *sc, struct bio *bp)
|
|||
p = bp->bio_data;
|
||||
|
||||
/*
|
||||
* offs is the ofset at whih to start operating on the
|
||||
* offs is the offset at which to start operating on the
|
||||
* next (ie, first) page. lastp is the last page on
|
||||
* which we're going to operate. lastend is the ending
|
||||
* position within that last page (ie, PAGE_SIZE if
|
||||
|
|
|
|||
Loading…
Reference in a new issue