message -> instruction ... terminology fix

This commit is contained in:
Michael Jumper
2010-09-06 19:47:55 -07:00
parent e1e0045085
commit 2bf6651fb3
5 changed files with 51 additions and 51 deletions

View File

@@ -14,9 +14,9 @@ typedef struct GUACIO {
int written;
char out_buf[8192];
int messagebuf_size;
int messagebuf_used_length;
char* messagebuf;
int instructionbuf_size;
int instructionbuf_used_length;
char* instructionbuf;
} GUACIO;