Check-in Number:
|
5415 | |
Date: |
2006-Jun-10 23:12:35 (local)
2006-Jun-10 21:12:35 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix more typos |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/mm/mm.pod 1.26 -> 1.27
--- mm.pod 2006/06/10 07:34:55 1.26
+++ mm.pod 2006/06/10 21:12:35 1.27
@@ -287,7 +287,7 @@
=head1 API FUNCTIONS
-In the following, all API functions are described in detail The order
+In the following, all API functions are described in detail. The order
directly follows the one in the B<SYNOPSIS> section above.
=head2 Global Malloc-Replacement API
|
|
ossp-pkg/mm/mm_alloc.c 1.22 -> 1.23
--- mm_alloc.c 2005/09/02 20:00:46 1.22
+++ mm_alloc.c 2006/06/10 21:12:35 1.23
@@ -88,7 +88,7 @@
}
/*
- * Set permissions on memory pools underlaying disk files
+ * Set permissions on memory pool's underlaying disk files
*/
int mm_permission(MM *mm, mode_t mode, uid_t owner, gid_t group)
{
|
|