aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBin Chen <pierr.chen@gmail.com>2016-08-19 15:53:57 +1000
committerBin Chen <pierr.chen@gmail.com>2016-08-19 17:18:14 +1000
commitff25df29d3a2e2aeaf756d9d8ec57be8759ab59b (patch)
tree81c4041b31e44347a88f6499338fa4d38587acfa
parent8113669c0a3e6924ad43cf2c4c2e8c3e4f8f8ec7 (diff)
downloadweaved-ff25df29d3a2e2aeaf756d9d8ec57be8759ab59b.tar.gz
weaved: minor fix of namespace comments
Change-Id: I84b860aaf7e306f2e3b7bedd078c1c2baf837e3b Signed-off-by: Bin Chen <pierr.chen@gmail.com>
-rw-r--r--libweaved/command.cc2
-rw-r--r--libweaved/command.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/libweaved/command.cc b/libweaved/command.cc
index fe49155..fc2a88d 100644
--- a/libweaved/command.cc
+++ b/libweaved/command.cc
@@ -188,4 +188,4 @@ bool Command::SetCustomError(android::binder::Status status,
return SetError(error_code, status.exceptionMessage().string(), error);
}
-} // namespace weave
+} // namespace weaved
diff --git a/libweaved/command.h b/libweaved/command.h
index 518438c..e6ffe57 100644
--- a/libweaved/command.h
+++ b/libweaved/command.h
@@ -147,6 +147,6 @@ class LIBWEAVED_EXPORT Command final {
DISALLOW_COPY_AND_ASSIGN(Command);
};
-} // namespace weave
+} // namespace weaved
#endif // LIBWEAVED_COMMAND_H_