Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit 88467f7

Browse files
Merge pull request #1187 from igchor/fix_comm
Fix file description and include guard name
2 parents 15bd7d9 + 17c0336 commit 88467f7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

include/libpmemobj++/detail/life.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33

44
/**
55
* @file
6-
* Functions for destroying arrays.
6+
* Functions for lifetime management.
77
*/
88

9-
#ifndef LIBPMEMOBJ_CPP_DESTROYER_HPP
10-
#define LIBPMEMOBJ_CPP_DESTROYER_HPP
9+
#ifndef LIBPMEMOBJ_CPP_LIFE_HPP
10+
#define LIBPMEMOBJ_CPP_LIFE_HPP
1111

1212
#include <cstddef>
1313
#include <tuple>
@@ -170,4 +170,4 @@ destroy(typename if_size_array<T>::type &arg)
170170

171171
} /* namespace pmem */
172172

173-
#endif /* LIBPMEMOBJ_CPP_DESTROYER_HPP */
173+
#endif /* LIBPMEMOBJ_CPP_LIFE_HPP */

0 commit comments

Comments
 (0)