Commit 690560e8 authored by antirez's avatar antirez
Browse files

LOLWUT: fix structure typo in comment.

parent cf0abff5
......@@ -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 {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment