aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroubert@google.com <roubert@google.com@38ededc0-08b8-5190-f2ac-b31f878777ad>2014-08-14 00:34:23 +0000
committerroubert@google.com <roubert@google.com@38ededc0-08b8-5190-f2ac-b31f878777ad>2014-08-14 00:34:23 +0000
commit493685a5e5e6559cd14483aa954c4d9f8d5946d2 (patch)
tree02c3aaf765355dbcd6afe9fe494a99c305b151d6
parent4bf7940ff3e46a5324363926c53d640df142e65c (diff)
downloadsrc-493685a5e5e6559cd14483aa954c4d9f8d5946d2.tar.gz
Fix forgotten comment: s/RuleHierarchy/OndemandSupplyTask/
git-svn-id: http://libaddressinput.googlecode.com/svn/trunk@332 38ededc0-08b8-5190-f2ac-b31f878777ad
-rw-r--r--cpp/src/ondemand_supply_task.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/ondemand_supply_task.cc b/cpp/src/ondemand_supply_task.cc
index f46d475..a4f6a12 100644
--- a/cpp/src/ondemand_supply_task.cc
+++ b/cpp/src/ondemand_supply_task.cc
@@ -63,7 +63,7 @@ void OndemandSupplyTask::Retrieve(const Retriever& retriever) {
} else {
// When the final pending rule has been retrieved, the retrieved_ callback,
// implemented by Load(), will finish by calling Loaded(), which will finish
- // by delete'ing this RuleHierarchy object. So after the final call to
+ // by delete'ing this OndemandSupplyTask object. So after the final call to
// retriever.Retrieve() no attributes of this object can be accessed (as the
// object then no longer will exist, if the final callback has finished by
// then), and the condition statement of the loop must therefore not use the