From c9993fca72ad77cf6638916f6f72dcbe2c45f9ed Mon Sep 17 00:00:00 2001 From: Mikael Pettersson Date: Sat, 14 Mar 2020 18:05:25 +0100 Subject: [PATCH] pdp10_stdio: tidy source code file header --- erlang/apps/lib/src/pdp10_stdio.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erlang/apps/lib/src/pdp10_stdio.erl b/erlang/apps/lib/src/pdp10_stdio.erl index aa1591b..1ae7faf 100644 --- a/erlang/apps/lib/src/pdp10_stdio.erl +++ b/erlang/apps/lib/src/pdp10_stdio.erl @@ -1,6 +1,6 @@ %%% -*- erlang-indent-level: 2 -*- %%% -%%% stdio() clone for I/O with 9-bit bytes +%%% stdio clone for I/O with 9-bit bytes %%% Copyright (C) 2013-2020 Mikael Pettersson %%% %%% This file is part of pdp10-tools.