summaryrefslogtreecommitdiff
path: root/src/faketime_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/faketime_common.h')
-rw-r--r--src/faketime_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/faketime_common.h b/src/faketime_common.h
index 0ae5fd4..ab47d89 100644
--- a/src/faketime_common.h
+++ b/src/faketime_common.h
@@ -45,7 +45,7 @@ struct ft_shared_s
* When advancing time linearly with each time(), etc. call, the calls are
* counted here */
uint64_t ticks;
- /* Index of timstamp to be loaded from file */
+ /* Index of timestamp to be loaded from file */
uint64_t file_idx;
/* System time Faketime started at */
struct system_time_s start_time;