Skip to content

Commit

Permalink
minore change
Browse files Browse the repository at this point in the history
Signed-off-by: Roshan Khatri <rvkhatri@amazon.com>
  • Loading branch information
roshkhatri committed May 13, 2024
1 parent 0a81251 commit 63a569a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/networking.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ static sds getClientOutputBuffer(client *c) {
* It needs be paired with `stopCaching` function to stop caching. */
client *createCachedResponseClient(void) {
struct client *recording_client = createClient(NULL);
/* Allocating the `conn` allows to prepare the caching client before adding more
/* Allocating the `conn` allows to prepare the caching client before adding
* data to the clients output buffer by `prepareClientToWrite`. */
recording_client->conn = zcalloc(sizeof(connection));
return recording_client;
Expand Down

0 comments on commit 63a569a

Please sign in to comment.