From 5f2d5bd69e06a0eb12e220238c99aae567d2edee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Fillod=2C=20F8CFE?= Date: Thu, 1 Jan 2009 18:18:11 +0000 Subject: [PATCH] comments, patch by Rob Frohne, KL7NA git-svn-id: https://hamlib.svn.sourceforge.net/svnroot/hamlib/trunk@2543 7ae35d74-ebe9-4afe-98af-79ac388436b8 --- src/rotator.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rotator.c b/src/rotator.c index c6597bc5b..1682d8d86 100644 --- a/src/rotator.c +++ b/src/rotator.c @@ -2,7 +2,7 @@ * Hamlib Interface - main file * Copyright (c) 2000-2008 by Stephane Fillod and Frank Singleton * - * $Id: rotator.c,v 1.25 2008-11-05 23:02:00 fillods Exp $ + * $Id: rotator.c,v 1.26 2009-01-01 18:18:11 fillods Exp $ * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Library General Public License as @@ -365,7 +365,7 @@ int HAMLIB_API rot_open(ROT *rot) * \brief close the communication to the rot * \param rot The #ROT handle of the rotator to be closed * - * Closes communication to a radio which \a ROT handle has been passed + * Closes communication to a rotator which \a ROT handle has been passed * by argument that was previously open with rot_open(). * * \return RIG_OK if the operation has been sucessful, otherwise