pax(1): Remove a few double words in source code comments
- s/an an/an/ MFC after: 3 days
This commit is contained in:
+4
-4
@@ -68,7 +68,7 @@ static GIDC **grptb = NULL; /* group name to gid cache */
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* uidtb_start
|
* uidtb_start
|
||||||
* creates an an empty uidtb
|
* creates an empty uidtb
|
||||||
* Return:
|
* Return:
|
||||||
* 0 if ok, -1 otherwise
|
* 0 if ok, -1 otherwise
|
||||||
*/
|
*/
|
||||||
@@ -92,7 +92,7 @@ uidtb_start(void)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* gidtb_start
|
* gidtb_start
|
||||||
* creates an an empty gidtb
|
* creates an empty gidtb
|
||||||
* Return:
|
* Return:
|
||||||
* 0 if ok, -1 otherwise
|
* 0 if ok, -1 otherwise
|
||||||
*/
|
*/
|
||||||
@@ -116,7 +116,7 @@ gidtb_start(void)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* usrtb_start
|
* usrtb_start
|
||||||
* creates an an empty usrtb
|
* creates an empty usrtb
|
||||||
* Return:
|
* Return:
|
||||||
* 0 if ok, -1 otherwise
|
* 0 if ok, -1 otherwise
|
||||||
*/
|
*/
|
||||||
@@ -140,7 +140,7 @@ usrtb_start(void)
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* grptb_start
|
* grptb_start
|
||||||
* creates an an empty grptb
|
* creates an empty grptb
|
||||||
* Return:
|
* Return:
|
||||||
* 0 if ok, -1 otherwise
|
* 0 if ok, -1 otherwise
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -8042,7 +8042,7 @@ pmap_zero_page(vm_page_t m)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Zero an an area within a single hardware page. off and size must not
|
* Zero an area within a single hardware page. off and size must not
|
||||||
* cover an area beyond a single hardware page.
|
* cover an area beyond a single hardware page.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user