From 690560e8dbd72b443621bfe00f66737f062e2ec1 Mon Sep 17 00:00:00 2001 From: antirez Date: Wed, 12 Sep 2018 17:53:00 +0200 Subject: [PATCH] LOLWUT: fix structure typo in comment. --- src/lolwut.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lolwut.c b/src/lolwut.c index 6f49521f..d5881dc9 100644 --- a/src/lolwut.c +++ b/src/lolwut.c @@ -36,7 +36,7 @@ #include "server.h" #include -/* 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 {