aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBin Chen <pierr.chen@gmail.com>2016-08-22 15:10:40 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-08-22 15:10:40 +0000
commit170dd0fd62faa2b5cc5f9a5c64dab398c17af311 (patch)
tree81c4041b31e44347a88f6499338fa4d38587acfa
parent2b3c1264f861f34dcf9d22f94b0c49f15de41274 (diff)
parentff25df29d3a2e2aeaf756d9d8ec57be8759ab59b (diff)
downloadweaved-170dd0fd62faa2b5cc5f9a5c64dab398c17af311.tar.gz
weaved: minor fix of namespace comments
am: ff25df29d3 Change-Id: I1b14f5e6d6163c7bacc99b1ac79228077ccd884f
-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_