summaryrefslogtreecommitdiff
path: root/src/analysis/db/misc/timestamp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/analysis/db/misc/timestamp.c')
-rw-r--r--src/analysis/db/misc/timestamp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/analysis/db/misc/timestamp.c b/src/analysis/db/misc/timestamp.c
index 6453953..12299eb 100644
--- a/src/analysis/db/misc/timestamp.c
+++ b/src/analysis/db/misc/timestamp.c
@@ -79,8 +79,8 @@ bool timestamp_is_younger(timestamp_t stamp, timestamp_t limit)
/******************************************************************************
* *
-* Paramètres : t1 = première chaîne à comparer. *
-* t2 = seconde chaîne à comparer. *
+* Paramètres : t1 = premier horodatage à comparer. *
+* t2 = second horodatage à comparer. *
* *
* Description : Effectue la comparaison entre deux horodatages. *
* *