More Doxygen fixes.
authorbruceperens <bruceperens@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 21 Mar 2014 06:39:04 +0000 (06:39 +0000)
committerbruceperens <bruceperens@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 21 Mar 2014 06:39:04 +0000 (06:39 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@1467 01035d8c-6547-0410-b346-abe4f91aad63

freedv-server/source/platform/linux/alsa.cpp
freedv-server/source/platform/linux/audio_in_alsa.cpp
freedv-server/source/platform/linux/audio_out_alsa.cpp

index 6d0a06833600165a341bddbf6fa5e793533810b9..d94153014b5e7e4182594e01ae5a419e27ad5a3b 100644 (file)
@@ -1,8 +1,8 @@
 /// \file platform/linux/alsa.cpp
 /// Functions to support the ALSA audio input and output device drivers on
 /// Linux.
-/// There is at least one other operating systems that supports an ALSA-like
-/// interfaces, Nucleus, but at this writing (early 2014) this driver is
+/// There is at least one other operating system that supports an ALSA-like
+/// interface, Nucleus, but at this writing (early 2014) this driver is
 /// untested on that system.
 ///
 /// \copyright Copyright (C) 2013-2014 Algoram. See the LICENSE file.
index 7760efc387d8ea691c928295c5ea4fd997fdb504..28c34c2d6ef839dc968c035f1a69e8ab1392ef68 100644 (file)
@@ -1,7 +1,7 @@
 /// \file platform/linux/audio_in_alsa.cpp
 /// ALSA audio input device driver, for use on Linux.
-/// There is at least one other operating systems that supports an ALSA-like
-/// interfaces, Nucleus, but at this writing (early 2014) this driver is
+/// There is at least one other operating system that supports an ALSA-like
+/// interface, Nucleus, but at this writing (early 2014) this driver is
 /// untested on that system.
 ///
 /// \copyright Copyright (C) 2013-2014 Algoram. See the LICENSE file.
index 4369ef4e7446f50008919b1936c3d0ec4476dbad..e6b1ec465ba37ce8842fd5d1a4aa26e504f341b9 100644 (file)
@@ -1,7 +1,7 @@
 /// \file platform/linux/audio_out_alsa.cpp
 /// ALSA audio output device driver, for use on Linux.
 /// There is at least one other operating system that supports an ALSA-like
-/// interfaces, Nucleus, but at this writing (early 2014) this driver is
+/// interface, Nucleus, but at this writing (early 2014) this driver is
 /// untested on that system.
 ///
 /// \copyright Copyright (C) 2013-2014 Algoram. See the LICENSE file.