commit | cf067b8c4d1e53bc4768fbad239851c579717f2c | [log] [tgz] |
---|---|---|
author | Miao Wang <miaowang@google.com> | Mon Sep 14 18:27:17 2015 -0700 |
committer | Miao Wang <miaowang@google.com> | Tue Sep 15 10:18:40 2015 -0700 |
tree | c5d44d11c7cca3f4acb755023bf202336e5a7ec4 | |
parent | 70d8995254ee38173129e4ae4c9372f43716eb4e [diff] [blame] |
Comments clean up for C++ API Change-Id: I7ced3653a32fa8eaa62cd218002d22f5551c404a
diff --git a/cpp/BaseObj.cpp b/cpp/BaseObj.cpp index e32d0a6..c1a3e55 100644 --- a/cpp/BaseObj.cpp +++ b/cpp/BaseObj.cpp
@@ -58,7 +58,7 @@ } bool BaseObj::equals(sp<const BaseObj> obj) { - // Early-out check to see if both BaseObjs are actually the same + // Early-out check to see if both BaseObjs are actually the same. if (this == obj.get()) return true; return mID == obj->mID;