Fix typos in comments
These comments are part include/ibm/locks.hpp in isConflictRecord
Change-Id: If8a6ec3585b43fcb80d086714f16dbf4c80a8ad9
Signed-off-by: Ali Ahmed <ama213000@gmail.com>
diff --git a/include/ibm/locks.hpp b/include/ibm/locks.hpp
index 0b47471..0f1062a 100644
--- a/include/ibm/locks.hpp
+++ b/include/ibm/locks.hpp
@@ -662,13 +662,13 @@
for (uint32_t i = 0; i < p.second; i++)
{
- // if the segment data is different , then the locks is on a
- // different resource So no conflict between the lock
+ // if the segment data is different, then the locks is on a
+ // different resource so no conflict between the lock
// records.
- // BMC is little endian , but the resourceID is formed by
+ // BMC is little endian, but the resourceID is formed by
// the Management Console in such a way that, the first byte
// from the MSB Position corresponds to the First Segment
- // data. Therefore we need to convert the in-comming
+ // data. Therefore we need to convert the incoming
// resourceID into Big Endian before processing further.
if (!(checkByte(
boost::endian::endian_reverse(std::get<3>(refLockRecord1)),