summaryrefslogtreecommitdiff
path: root/ACE/apps/gperf/src/Key_List.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/apps/gperf/src/Key_List.cpp')
-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