summaryrefslogtreecommitdiffstats
path: root/util.cpp
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-09-26 16:49:08 -0500
committerGunnar Mills <gmills@us.ibm.com>2017-09-26 16:50:32 -0500
commita251a78fc5a21ac4244c760f155b8af6b6f542c5 (patch)
tree3402bf0e91a29b6afd00ed00655e25e72a0904e2 /util.cpp
parentd8cd8ed7c1e389a6890ca777146299c69379061f (diff)
downloadphosphor-networkd-a251a78fc5a21ac4244c760f155b8af6b6f542c5.tar.gz
phosphor-networkd-a251a78fc5a21ac4244c760f155b8af6b6f542c5.zip
Grammar fixes for util.cpp
Change-Id: If9b52187610651afc9d800bf6f5f3b81b1f1df19 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
Diffstat (limited to 'util.cpp')
-rw-r--r--util.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/util.cpp b/util.cpp
index 679b2cb..8f3aabb 100644
--- a/util.cpp
+++ b/util.cpp
@@ -482,7 +482,7 @@ std::string getfromInventory(sdbusplus::bus::bus& bus)
elog<InternalFailure>();
}
- // It is expected that only one object have impelmented this interface.
+ // It is expected that only one object has implemented this interface.
auto objPath = objectTree.begin()->first;
auto service = objectTree.begin()->second.begin()->first;
OpenPOWER on IntegriCloud