Commit 6312f76

Roberto E. Vargas Caballero <k0ga@shike2.com>
2012-11-15 14:57:37
Fix speech error in comment
--- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
1 parent 0df350c
Changed files (1)
st.c
@@ -2082,7 +2082,7 @@ tputc(char *c, int len) {
 			}
 		}
 		/*
-		 * All characters which forms part of a sequence are not
+		 * All characters which form part of a sequence are not
 		 * printed
 		 */
 		return;