trawick 02/01/21 10:28:52
Modified: memory/unix apr_pools.c
Log:
fix a typo in a comment
Revision Changes Path
1.141 +1 -1 apr/memory/unix/apr_pools.c
Index: apr_pools.c
===================================================================
RCS file: /home/cvs/apr/memory/unix/apr_pools.c,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- apr_pools.c 18 Jan 2002 02:57:23 -0000 1.140
+++ apr_pools.c 21 Jan 2002 18:28:52 -0000 1.141
@@ -268,7 +268,7 @@
size = MIN_ALLOC;
/* Find the index for this node size by
- * deviding its size by the boundary size
+ * dividing its size by the boundary size
*/
index = (size >> BOUNDARY_INDEX) - 1;