aboutsummaryrefslogtreecommitdiff
path: root/libbrep/common.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbrep/common.hxx')
-rw-r--r--libbrep/common.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/libbrep/common.hxx b/libbrep/common.hxx
index b1160ab..942790c 100644
--- a/libbrep/common.hxx
+++ b/libbrep/common.hxx
@@ -108,8 +108,8 @@ namespace brep
std::chrono::nanoseconds::period>::value,
"The following timestamp ODB mapping is invalid");
- // As it pointed out in butl/timestamp we will overflow in year 2262, but
- // by that time some larger basic type will be available for mapping.
+ // As it pointed out in libbutl/timestamp.hxx we will overflow in year 2262,
+ // but by that time some larger basic type will be available for mapping.
//
#pragma db map type(timestamp) as(uint64_t) \
to(std::chrono::duration_cast<std::chrono::nanoseconds> ( \