summaryrefslogtreecommitdiff
path: root/lib/mnesia/examples/mnesia_tpcb.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mnesia/examples/mnesia_tpcb.erl')
-rw-r--r--lib/mnesia/examples/mnesia_tpcb.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/mnesia/examples/mnesia_tpcb.erl b/lib/mnesia/examples/mnesia_tpcb.erl
index fb39ee321d..6a78d4f1d0 100644
--- a/lib/mnesia/examples/mnesia_tpcb.erl
+++ b/lib/mnesia/examples/mnesia_tpcb.erl
@@ -1,7 +1,7 @@
%%
%% %CopyrightBegin%
%%
-%% Copyright Ericsson AB 1996-2016. All Rights Reserved.
+%% Copyright Ericsson AB 1996-2022. All Rights Reserved.
%%
%% Licensed under the Apache License, Version 2.0 (the "License");
%% you may not use this file except in compliance with the License.
@@ -35,7 +35,7 @@
%% a database system.
%%
%% The definition of the TPC-B states lots of detailed rules and
-%% conditions that must be fullfilled, e.g. how the ACID (atomicity,
+%% conditions that must be fulfilled, e.g. how the ACID (atomicity,
%% consistency, isolation and durability) properties are verified,
%% how the random numbers must be distributed, minimum sizes of
%% the different types of records, minimum duration of the benchmark,