]> granicus.if.org Git - apache/commitdiff
Minor changes.
authorJason S. Lingohr <jsl@apache.org>
Sat, 9 Jul 2005 10:50:09 +0000 (10:50 +0000)
committerJason S. Lingohr <jsl@apache.org>
Sat, 9 Jul 2005 10:50:09 +0000 (10:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@209936 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/developer/debugging.xml

index ab83b1013112d2fa316f7af3294884aad1c564bd..ab97ec07a7a14509bdfe45711fbdfc9201020c42 100644 (file)
@@ -26,7 +26,7 @@
 <title>Debugging Memory Allocation in APR</title>
 
 <summary>
-    <p>The allocation mechanism's within APR have a number of debugging modes
+    <p>The allocation mechanisms within APR have a number of debugging modes
     that can be used to assist in finding memory problems. This document
     describes the modes available and gives instructions on activating
     them.</p>
 
       <note>Provide some statistics on the cost of allocations.</note>
 
-      <p>This requires a bit of an understanding of how alloc.c works.</p>
+      <p>This requires a bit of an understanding of how <code>alloc.c</code>
+      works.</p>
     </section>
 </section>