From 3952643b3577f0a82c5c5e4eb977a2df3c24e8a3 Mon Sep 17 00:00:00 2001 From: Joseph Herlant Date: Sun, 25 Nov 2018 11:31:31 -0800 Subject: [PATCH] CLEANUP: Fix typos in the shctx subsystem Fixes typos in the code comments of the shctx subsystem. --- src/shctx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shctx.c b/src/shctx.c index 9fe12e8151..fe1b74a7e6 100644 --- a/src/shctx.c +++ b/src/shctx.c @@ -243,7 +243,7 @@ int shctx_row_data_append(struct shared_context *shctx, /* * Copy data from a row of blocks, return the remaining data to copy - * If 0 is returned, the full data has successfuly be copied + * If 0 is returned, the full data has successfully been copied * * The row should be in the hot list */