From 94c28c504a456b027cb35ce69a92439996e562b9 Mon Sep 17 00:00:00 2001 From: Mikael Pettersson Date: Wed, 2 Aug 2017 17:14:42 +0200 Subject: [PATCH] doc/Interrupts.txt: fix typos --- doc/Interrupts.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Interrupts.txt b/doc/Interrupts.txt index 2d7e521..f89a3f9 100644 --- a/doc/Interrupts.txt +++ b/doc/Interrupts.txt @@ -1,5 +1,5 @@ doc/Interrupts.txt -Copyright (C) 2015 Mikael Pettersson +Copyright (C) 2015-2017 Mikael Pettersson This file is part of pdp10-tools. @@ -36,7 +36,7 @@ Devices can share levels. A device sends an interrupt request by signalling its assigned level to the processor. The request is recognized if both the priority interrupt system and the specific level -are enabled, and the processor it not already handlin a request at the same or higher +are enabled, and the processor is not already handling a request at the same or higher priority. Once the processor starts handling an interrupt, it is held until dismissed.