diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2023-05-02 20:39:33 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2023-05-02 20:39:33 +0300 |
commit | d813ea4ad9d377b691ad55acbd25dd7de6f254ea (patch) | |
tree | 1af05168a55093da4ac0b1586a10f77ce0058aff | |
parent | fb4e3c1b4c2aae6fd8a44e7727e6f73aa4db2ca8 (diff) |
Minor comment fix
-rw-r--r-- | bdep/http-service.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/http-service.cxx b/bdep/http-service.cxx index 68c2e4d..8deccb5 100644 --- a/bdep/http-service.cxx +++ b/bdep/http-service.cxx @@ -1,4 +1,4 @@ -// file : bdep/submit.cxx -*- C++ -*- +// file : bdep/http-service.cxx -*- C++ -*- // license : MIT; see accompanying LICENSE file #include <bdep/http-service.hxx> |