Fix typo: port/state should give the state, not the type.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 16 Oct 2017 14:35:03 +0000 (14:35 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 16 Oct 2017 14:35:03 +0000 (14:35 +0000)
Noted by ecraven.

src/runtime/runtime.pkg

index dec7ecb7941f17ff6cdd79f83d49e46ab1546395..aeb97efc01cd88fd7ce41ac3bf4208c072783702 100644 (file)
@@ -2607,7 +2607,7 @@ USA.
          (port/set-input-terminal-mode set-input-port-terminal-mode!)
          (port/set-output-blocking-mode set-output-port-blocking-mode!)
          (port/set-output-terminal-mode set-output-port-terminal-mode!)
-         (port/state textual-port-type)
+         (port/state textual-port-state)
          (port/type textual-port-type)
          (port/with-input-blocking-mode with-input-port-blocking-mode)
          (port/with-input-terminal-mode with-input-port-terminal-mode)