1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00

a couple of spelling corrections

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92029 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jeff Trawick
2001-11-18 13:22:59 +00:00
parent 4cf590f357
commit 4eab62c855

View File

@@ -89,7 +89,7 @@ typedef struct {
} unique_id_rec;
/* We are using thread_index (the index into the scoreboard), because we
* cannont garauntee the thread_id will be an integer.
* cannot guarantee the thread_id will be an integer.
*
* This code looks like it won't give a unique ID with the new thread logic.
* It will. The reason is, we don't increment the counter in a thread_safe