From e63a165145759b305f47337bd4a523ff7de92d43 Mon Sep 17 00:00:00 2001 From: John Cortell Date: Fri, 10 Jul 2009 20:50:03 +0000 Subject: [PATCH] Corrected gramatical error in comment. Updated copyright --- .../cdt/examples/dsf/timers/ServicesShutdownSequence.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsf/org.eclipse.cdt.examples.dsf/src/org/eclipse/cdt/examples/dsf/timers/ServicesShutdownSequence.java b/dsf/org.eclipse.cdt.examples.dsf/src/org/eclipse/cdt/examples/dsf/timers/ServicesShutdownSequence.java index cb8276c9a13..2098b5a131d 100644 --- a/dsf/org.eclipse.cdt.examples.dsf/src/org/eclipse/cdt/examples/dsf/timers/ServicesShutdownSequence.java +++ b/dsf/org.eclipse.cdt.examples.dsf/src/org/eclipse/cdt/examples/dsf/timers/ServicesShutdownSequence.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2006, 2008 Wind River Systems and others. + * Copyright (c) 2006, 2009 Wind River Systems and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -25,7 +25,7 @@ import org.eclipse.core.runtime.Status; */ public class ServicesShutdownSequence extends Sequence { - // Session to that the services are running in. + // Session that the services are running in. final private DsfSession fSession; // DSF Services is created as the first step of the sequence. It