浏览代码

add accidentally omitted word

Matthias-Christian Ott 16 年之前
父节点
当前提交
802f1922f9
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      std.c

+ 3 - 3
std.c

@@ -5,9 +5,9 @@
  * terminal.
  * 
  * In this process std works like a filter. It reads data from a
- * pseudo-terminal and parses the escape sequences and transforms
- * them into an ed(1)-like. The resulting data is buffered and written
- * to stdout.
+ * pseudo-terminal and parses the escape sequences and transforms them
+ * into an ed(1)-like language. The resulting data is buffered and
+ * written to stdout.
  * Parallely it reads data from stdin and parses and executes the
  * commands. The resulting data is written to the pseudo-terminal.
  */