Commit 43135bde authored by Nils Goroll's avatar Nils Goroll

cheesy speling

parent 47ef1a84
......@@ -90,7 +90,7 @@ WS_MarkOverflow(struct ws *ws)
{
CHECK_OBJ_NOTNULL(ws, WS_MAGIC);
ws->id[0] &= ~0x40; // Cheasy toupper()
ws->id[0] &= ~0x40; // cheesy toupper()
}
static void
......@@ -98,7 +98,7 @@ ws_ClearOverflow(struct ws *ws)
{
CHECK_OBJ_NOTNULL(ws, WS_MAGIC);
ws->id[0] |= 0x40; // Cheasy tolower()
ws->id[0] |= 0x40; // cheesy tolower()
}
/*
......
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