summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2018-09-12 17:53:00 +0200
committerantirez <antirez@gmail.com>2018-09-12 17:53:00 +0200
commit690560e8dbd72b443621bfe00f66737f062e2ec1 (patch)
tree10595c19fbbe6f77103c865a61ffb1f5b7a89687
parentcf0abff567928d14e139b3537cd47dcb313bbda3 (diff)
downloadredis-690560e8dbd72b443621bfe00f66737f062e2ec1.tar.gz
LOLWUT: fix structure typo in comment.
-rw-r--r--src/lolwut.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lolwut.c b/src/lolwut.c
index 6f49521f5..d5881dc96 100644
--- a/src/lolwut.c
+++ b/src/lolwut.c
@@ -36,7 +36,7 @@
#include "server.h"
#include <math.h>
-/* This function represents our canvas. Drawing functions will take a pointer
+/* This structure represents our canvas. Drawing functions will take a pointer
* to a canvas to write to it. Later the canvas can be rendered to a string
* suitable to be printed on the screen, using unicode Braille characters. */
typedef struct lwCanvas {