Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
chhwang committed Oct 8, 2023
1 parent b5c7e08 commit d332dd6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/include/communicator.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

#ifndef MSCCL_COMMUNICATOR_HPP_
#define MSCCL_COMMUNICATOR_HPP_
#ifndef MSCCLPP_COMMUNICATOR_HPP_
#define MSCCLPP_COMMUNICATOR_HPP_

#include <memory>
#include <mscclpp/core.hpp>
Expand Down Expand Up @@ -31,4 +31,4 @@ struct Communicator::Impl {

} // namespace mscclpp

#endif // MSCCL_COMMUNICATOR_HPP_
#endif // MSCCLPP_COMMUNICATOR_HPP_
6 changes: 3 additions & 3 deletions src/include/context.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

#ifndef MSCCL_CONTEXT_HPP_
#define MSCCL_CONTEXT_HPP_
#ifndef MSCCLPP_CONTEXT_HPP_
#define MSCCLPP_CONTEXT_HPP_

#include <mscclpp/core.hpp>
#include <mscclpp/cuda_utils.hpp>
Expand All @@ -25,4 +25,4 @@ struct Context::Impl {

} // namespace mscclpp

#endif // MSCCL_CONTEXT_HPP_
#endif // MSCCLPP_CONTEXT_HPP_
6 changes: 3 additions & 3 deletions src/include/endpoint.hpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT license.

#ifndef MSCCL_ENDPOINT_HPP_
#define MSCCL_ENDPOINT_HPP_
#ifndef MSCCLPP_ENDPOINT_HPP_
#define MSCCLPP_ENDPOINT_HPP_

#include <mscclpp/core.hpp>
#include <vector>
Expand All @@ -26,4 +26,4 @@ struct Endpoint::Impl {

} // namespace mscclpp

#endif // MSCCL_ENDPOINT_HPP_
#endif // MSCCLPP_ENDPOINT_HPP_

0 comments on commit d332dd6

Please sign in to comment.