From b71af4dbe49b6fffbd9fdd7536fd214afed4735e Mon Sep 17 00:00:00 2001 From: Richard Brooksby Date: Fri, 5 Jul 2013 01:53:51 +0100 Subject: [PATCH] Fixing a couple of comments that are out of date. Copied from Perforce Change: 182932 ServerID: perforce.ravenbrook.com --- mps/code/protxc.c | 4 ---- mps/code/protxc.h | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/mps/code/protxc.c b/mps/code/protxc.c index f95c31f76bd..dc23a3bb1c2 100644 --- a/mps/code/protxc.c +++ b/mps/code/protxc.c @@ -23,10 +23,6 @@ * That thread calls the MPS to resolve the condition and allow the mutator * thread to progress. * - * That part is fairly simple. Most of the code in this module is concerned - * with decoding Mach messages and re-encoding them in order to forward them - * on to other exception handlers. - * * * SOURCES * diff --git a/mps/code/protxc.h b/mps/code/protxc.h index 5621186f960..26403b47cbc 100644 --- a/mps/code/protxc.h +++ b/mps/code/protxc.h @@ -1,4 +1,4 @@ -/* protxc.c: PROTECTION EXCPETION HANDLER FOR OS X MACH +/* protxc.h: PROTECTION EXCPETION HANDLER FOR OS X MACH * * $Id$ * Copyright (c) 2013 Ravenbrook Limited. See end of file for license.