summaryrefslogtreecommitdiff
path: root/tests/t-lock.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t-lock.c')
-rw-r--r--tests/t-lock.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/t-lock.c b/tests/t-lock.c
index 22b67ef5..815f63b9 100644
--- a/tests/t-lock.c
+++ b/tests/t-lock.c
@@ -229,7 +229,7 @@ init_accounts (void)
}
-/* Check that the sum of all accounts matches the intial sum. */
+/* Check that the sum of all accounts matches the initial sum. */
static void
check_accounts (void)
{
@@ -261,7 +261,7 @@ get_rand (int high)
}
-/* Pick a random account. Note that this fucntion is not
+/* Pick a random account. Note that this function is not
thread-safe. */
static int
pick_account (void)