]> git.sur5r.net Git - cc65/blobdiff - include/geos/ggraph.h
- comment fixes
[cc65] / include / geos / ggraph.h
index 5e5206f223a4e2b080164c2ef7683a0038d3a7c1..6eea1dff9580fb9f5dfaa18b95f5f596e357703a 100644 (file)
@@ -100,7 +100,7 @@ void __fastcall__ GraphicsString(char *myGfxString);
 /* VDC screen constants        */
 #define        SCREENBYTEWIDTH         80
 #define        SCREENPIXELWIDTH        640
-/* control characters for use as numbers, not chars */
+/* control characters for use as numbers, not characters */
 #define        BACKSPACE       8
 #define        FORWARDSPACE    9
 #define        TAB             9
@@ -124,7 +124,7 @@ void __fastcall__ GraphicsString(char *myGfxString);
 #define        OUTLINEON       26
 #define        PLAINTEXT       27
 /* control characters for use in
-   strings: eg: str[10]=BOLD "Hello";  */
+   strings: eg: str[10]=CBOLDON "Hello"; */
 #define CCR            "\015"
 #define CULINEON       "\016"
 #define CULINEOFF      "\017"