summaryrefslogtreecommitdiff
path: root/ACE/apps
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2016-02-12 18:43:57 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2016-02-12 18:43:57 +0100
commit427213f11a79f9d63f7584e844735067ed1a7541 (patch)
tree1d5235e80ef72459ccedfcb764367060f8422d00 /ACE/apps
parent1c665dcf1b0c1a300c9faeb8b0a8c59df5eb348d (diff)
downloadATCD-427213f11a79f9d63f7584e844735067ed1a7541.tar.gz
Fixed typo
* ACE/ace/Service_Config.h: * ACE/ace/Svc_Conf_Param.h: * ACE/apps/gperf/src/Key_List.cpp:
Diffstat (limited to 'ACE/apps')
-rw-r--r--ACE/apps/gperf/src/Key_List.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/apps/gperf/src/Key_List.cpp b/ACE/apps/gperf/src/Key_List.cpp
index 90eef6c23de..86ed9ec5e0f 100644
--- a/ACE/apps/gperf/src/Key_List.cpp
+++ b/ACE/apps/gperf/src/Key_List.cpp
@@ -455,7 +455,7 @@ Key_List::already_determined (List_Node *ptr)
return is_determined;
}
// Reorders the table by first sorting the list so that frequently
-// occuring keys appear first, and then the list is reorded so that
+// occurring keys appear first, and then the list is reorded so that
// keys whose values are already determined will be placed towards the
// front of the list. This helps prune the search time by handling
// inevitable collisions early in the search process. See Cichelli's