<p>roox has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-trx/+/15787">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">Fix common misspellings and typos<br><br>Change-Id: I4ec7accb1912c052b446be7c399bed32a8c62253<br>---<br>M CommonLibs/BitVector.cpp<br>M CommonLibs/Interthread.h<br>M CommonLibs/LinkedLists.h<br>M CommonLibs/Threads.h<br>M CommonLibs/Timeval.h<br>M CommonLibs/Vector.h<br>M CommonLibs/trx_rate_ctr.cpp<br>M CommonLibs/trx_vty.c<br>M Transceiver52M/Channelizer.cpp<br>M Transceiver52M/ChannelizerBase.cpp<br>M Transceiver52M/ChannelizerBase.h<br>M Transceiver52M/Complex.h<br>M Transceiver52M/Resampler.h<br>M Transceiver52M/Transceiver.cpp<br>M Transceiver52M/Transceiver.h<br>M Transceiver52M/arch/arm/convolve.c<br>M Transceiver52M/arch/common/fft.c<br>M Transceiver52M/arch/x86/convert.c<br>M Transceiver52M/arch/x86/convolve.c<br>M Transceiver52M/device/common/radioDevice.h<br>M Transceiver52M/device/common/smpl_buf.h<br>M Transceiver52M/device/lms/LMSDevice.cpp<br>M Transceiver52M/device/lms/LMSDevice.h<br>M Transceiver52M/device/usrp1/USRPDevice.h<br>M Transceiver52M/proto_trxd.c<br>M Transceiver52M/radioInterface.h<br>M Transceiver52M/sigProcLib.cpp<br>M Transceiver52M/sigProcLib.h<br>M configure.ac<br>M contrib/jenkins.sh<br>M doc/manuals/chapters/device-usrp-inband-signaling-usb.adoc<br>M doc/manuals/chapters/trx-backends.adoc<br>M doc/manuals/vty/trx_vty_reference.xml<br>M tests/Transceiver52M/convolve_test.c<br>34 files changed, 40 insertions(+), 40 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-trx refs/changes/87/15787/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/CommonLibs/BitVector.cpp b/CommonLibs/BitVector.cpp</span><br><span>index 26b44ee..1bc8f43 100644</span><br><span>--- a/CommonLibs/BitVector.cpp</span><br><span>+++ b/CommonLibs/BitVector.cpp</span><br><span>@@ -37,7 +37,7 @@</span><br><span> </span><br><span> </span><br><span> /**</span><br><span style="color: hsl(0, 100%, 40%);">-  Apply a Galois polymonial to a binary seqeunce.</span><br><span style="color: hsl(120, 100%, 40%);">+  Apply a Galois polymonial to a binary sequence.</span><br><span>   @param val The input sequence.</span><br><span>   @param poly The polynomial.</span><br><span>   @param order The order of the polynomial.</span><br><span>diff --git a/CommonLibs/Interthread.h b/CommonLibs/Interthread.h</span><br><span>index 8169985..881e1a8 100644</span><br><span>--- a/CommonLibs/Interthread.h</span><br><span>+++ b/CommonLibs/Interthread.h</span><br><span>@@ -47,7 +47,7 @@</span><br><span> // (pat) The elements in the queue are type T*, and</span><br><span> // the Fifo class implements the underlying queue.</span><br><span> // The default is class PointerFIFO, which does not place any restrictions on the type of T,</span><br><span style="color: hsl(0, 100%, 40%);">-// and is implemented by allocating auxilliary structures for the queue,</span><br><span style="color: hsl(120, 100%, 40%);">+// and is implemented by allocating auxiliary structures for the queue,</span><br><span> // or SingleLinkedList, which implements the queue using an internal pointer in type T,</span><br><span> // which must implement the functional interface of class SingleLinkListNode,</span><br><span> // namely: functions T*next() and void setNext(T*).</span><br><span>diff --git a/CommonLibs/LinkedLists.h b/CommonLibs/LinkedLists.h</span><br><span>index e98b41a..f5502e7 100644</span><br><span>--- a/CommonLibs/LinkedLists.h</span><br><span>+++ b/CommonLibs/LinkedLists.h</span><br><span>@@ -4,7 +4,7 @@</span><br><span> * SPDX-License-Identifier: AGPL-3.0+</span><br><span> *</span><br><span> * This software is distributed under multiple licenses; see the COPYING file in</span><br><span style="color: hsl(0, 100%, 40%);">-* the main directory for licensing information for this specific distribuion.</span><br><span style="color: hsl(120, 100%, 40%);">+* the main directory for licensing information for this specific distribution.</span><br><span> *</span><br><span> * This software is distributed under the terms of the GNU Affero Public License.</span><br><span> * See the COPYING file in the main directory for details.</span><br><span>diff --git a/CommonLibs/Threads.h b/CommonLibs/Threads.h</span><br><span>index df61c72..5ff137b 100644</span><br><span>--- a/CommonLibs/Threads.h</span><br><span>+++ b/CommonLibs/Threads.h</span><br><span>@@ -186,7 +186,7 @@</span><br><span>          }</span><br><span>    }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-   /** Send cancelation to thread */</span><br><span style="color: hsl(120, 100%, 40%);">+     /** Send cancellation to thread */</span><br><span>   void cancel() { pthread_cancel(mThread); }</span><br><span> };</span><br><span> </span><br><span>diff --git a/CommonLibs/Timeval.h b/CommonLibs/Timeval.h</span><br><span>index 0826c12..18ea4b4 100644</span><br><span>--- a/CommonLibs/Timeval.h</span><br><span>+++ b/CommonLibs/Timeval.h</span><br><span>@@ -84,7 +84,7 @@</span><br><span>        uint32_t usec() const { return mTimespec.tv_nsec / 1000; }</span><br><span>   uint32_t nsec() const { return mTimespec.tv_nsec; }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">- /** Return differnce from other (other-self), in ms. */</span><br><span style="color: hsl(120, 100%, 40%);">+       /** Return difference from other (other-self), in ms. */</span><br><span>     long delta(const Timeval& other) const;</span><br><span> </span><br><span>      /** Elapsed time in ms. */</span><br><span>diff --git a/CommonLibs/Vector.h b/CommonLibs/Vector.h</span><br><span>index 0970248..012a0fa 100644</span><br><span>--- a/CommonLibs/Vector.h</span><br><span>+++ b/CommonLibs/Vector.h</span><br><span>@@ -36,7 +36,7 @@</span><br><span> #include <assert.h></span><br><span> #include <stdlib.h></span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-// We cant use Logger.h in this file...</span><br><span style="color: hsl(120, 100%, 40%);">+// We can't use Logger.h in this file...</span><br><span> extern int gVectorDebug;</span><br><span> #define BVDEBUG(msg) if (gVectorDebug) {std::cout << msg;}</span><br><span> </span><br><span>diff --git a/CommonLibs/trx_rate_ctr.cpp b/CommonLibs/trx_rate_ctr.cpp</span><br><span>index a9ef88c..1b44b13 100644</span><br><span>--- a/CommonLibs/trx_rate_ctr.cpp</span><br><span>+++ b/CommonLibs/trx_rate_ctr.cpp</span><br><span>@@ -38,7 +38,7 @@</span><br><span>  * That signal is processed here in device_sig_cb, where a copy of the "struct</span><br><span>  * device_counters" structure is held and the main thread is instructed through</span><br><span>  * a timerfd to update rate_ctr APIs against this copy. All this is done inside</span><br><span style="color: hsl(0, 100%, 40%);">- * a mutex to avoid different race conditons (between Rx andTx threads, and</span><br><span style="color: hsl(120, 100%, 40%);">+ * a mutex to avoid different race conditions (between Rx andTx threads, and</span><br><span>  * between Rx/Tx and main thread). For the same reason, callers of signal</span><br><span>  * <SS_DEVICE,S_DEVICE_COUNTER_CHANGE> (device_sig_cb), that is Rx/Tx threads,</span><br><span>  * must do so with PTHREAD_CANCEL_DISABLE, in order to avoid possible deadlocks</span><br><span>diff --git a/CommonLibs/trx_vty.c b/CommonLibs/trx_vty.c</span><br><span>index bac9653..b3771e5 100644</span><br><span>--- a/CommonLibs/trx_vty.c</span><br><span>+++ b/CommonLibs/trx_vty.c</span><br><span>@@ -222,7 +222,7 @@</span><br><span> DEFUN(cfg_clock_ref, cfg_clock_ref_cmd,</span><br><span>         "clock-ref (internal|external|gpsdo)",</span><br><span>     "Set the Reference Clock\n"</span><br><span style="color: hsl(0, 100%, 40%);">-   "Enable internal referece (default)\n"</span><br><span style="color: hsl(120, 100%, 40%);">+      "Enable internal reference (default)\n"</span><br><span>    "Enable external 10 MHz reference\n"</span><br><span>       "Enable GPSDO reference\n")</span><br><span> {</span><br><span>diff --git a/Transceiver52M/Channelizer.cpp b/Transceiver52M/Channelizer.cpp</span><br><span>index 341cd0a..0522f20 100644</span><br><span>--- a/Transceiver52M/Channelizer.cpp</span><br><span>+++ b/Transceiver52M/Channelizer.cpp</span><br><span>@@ -98,7 +98,7 @@</span><br><span>  return true;</span><br><span> }</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-/* Setup channelizer paramaters */</span><br><span style="color: hsl(120, 100%, 40%);">+/* Setup channelizer parameters */</span><br><span> Channelizer::Channelizer(size_t m, size_t blockLen, size_t hLen)</span><br><span>      : ChannelizerBase(m, blockLen, hLen)</span><br><span> {</span><br><span>diff --git a/Transceiver52M/ChannelizerBase.cpp b/Transceiver52M/ChannelizerBase.cpp</span><br><span>index f3f07c1..e6eeed2 100644</span><br><span>--- a/Transceiver52M/ChannelizerBase.cpp</span><br><span>+++ b/Transceiver52M/ChannelizerBase.cpp</span><br><span>@@ -225,7 +225,7 @@</span><br><span> }</span><br><span> </span><br><span> /*</span><br><span style="color: hsl(0, 100%, 40%);">- * Setup channelizer paramaters</span><br><span style="color: hsl(120, 100%, 40%);">+ * Setup channelizer parameters</span><br><span>  */</span><br><span> ChannelizerBase::ChannelizerBase(size_t m, size_t blockLen, size_t hLen)</span><br><span>       : subFilters(NULL), hInputs(NULL), hOutputs(NULL), hist(NULL),</span><br><span>diff --git a/Transceiver52M/ChannelizerBase.h b/Transceiver52M/ChannelizerBase.h</span><br><span>index 7da506b..025ff25 100644</span><br><span>--- a/Transceiver52M/ChannelizerBase.h</span><br><span>+++ b/Transceiver52M/ChannelizerBase.h</span><br><span>@@ -32,7 +32,7 @@</span><br><span>      /* Buffer length validity checking */</span><br><span>        bool checkLen(size_t innerLen, size_t outerLen);</span><br><span> public:</span><br><span style="color: hsl(0, 100%, 40%);">-     /* Initilize channelizer/synthesis filter internals */</span><br><span style="color: hsl(120, 100%, 40%);">+        /* Initialize channelizer/synthesis filter internals */</span><br><span>      bool init();</span><br><span> };</span><br><span> </span><br><span>diff --git a/Transceiver52M/Complex.h b/Transceiver52M/Complex.h</span><br><span>index d02944b..6e72346 100644</span><br><span>--- a/Transceiver52M/Complex.h</span><br><span>+++ b/Transceiver52M/Complex.h</span><br><span>@@ -5,7 +5,7 @@</span><br><span> /*</span><br><span> * Copyright 2008 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(0, 100%, 40%);">-* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion.</span><br><span style="color: hsl(120, 100%, 40%);">+* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribution.</span><br><span> *</span><br><span> * This use of this software may be subject to additional restrictions.</span><br><span> * See the LEGAL file in the main directory for details.</span><br><span>diff --git a/Transceiver52M/Resampler.h b/Transceiver52M/Resampler.h</span><br><span>index 139b857..5af8d26 100644</span><br><span>--- a/Transceiver52M/Resampler.h</span><br><span>+++ b/Transceiver52M/Resampler.h</span><br><span>@@ -35,12 +35,12 @@</span><br><span>    Resampler(size_t p, size_t q, size_t filt_len = 16);</span><br><span>         ~Resampler();</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-       /* Initilize resampler filterbank.</span><br><span style="color: hsl(120, 100%, 40%);">+    /* Initialize resampler filterbank.</span><br><span>   *   @param bw bandwidth factor on filter generation (pre-window)</span><br><span>     *   @return false on error, zero otherwise</span><br><span>   *</span><br><span>    * Automatic setting is to compute the filter to prevent aliasing with</span><br><span style="color: hsl(0, 100%, 40%);">-   * a Blackman-Harris window. Adjustment is made through a bandwith</span><br><span style="color: hsl(120, 100%, 40%);">+     * a Blackman-Harris window. Adjustment is made through a bandwidth</span><br><span>   * factor to shift the cutoff and/or the constituent filter lengths.</span><br><span>          * Calculation of specific rolloff factors or 3-dB cutoff points is</span><br><span>   * left as an excersize for the reader.</span><br><span>diff --git a/Transceiver52M/Transceiver.cpp b/Transceiver52M/Transceiver.cpp</span><br><span>index 2f4018c..9697bb3 100644</span><br><span>--- a/Transceiver52M/Transceiver.cpp</span><br><span>+++ b/Transceiver52M/Transceiver.cpp</span><br><span>@@ -909,7 +909,7 @@</span><br><span>       sprintf(response, "RSP SETFORMAT %u %u", version_recv, version_recv);</span><br><span>     }</span><br><span>   } else if (match_cmd(command, "_SETBURSTTODISKMASK", &params)) {</span><br><span style="color: hsl(0, 100%, 40%);">-    // debug command! may change or disapear without notice</span><br><span style="color: hsl(120, 100%, 40%);">+    // debug command! may change or disappear without notice</span><br><span>     // set a mask which bursts to dump to disk</span><br><span>     int mask;</span><br><span>     sscanf(params, "%d", &mask);</span><br><span>diff --git a/Transceiver52M/Transceiver.h b/Transceiver52M/Transceiver.h</span><br><span>index 30f6a60..ed063dd 100644</span><br><span>--- a/Transceiver52M/Transceiver.h</span><br><span>+++ b/Transceiver52M/Transceiver.h</span><br><span>@@ -216,7 +216,7 @@</span><br><span>   bool start();</span><br><span>   void stop();</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-  /** Protect destructor accessable stop call */</span><br><span style="color: hsl(120, 100%, 40%);">+  /** Protect destructor accessible stop call */</span><br><span>   Mutex mLock;</span><br><span> </span><br><span> protected:</span><br><span>diff --git a/Transceiver52M/arch/arm/convolve.c b/Transceiver52M/arch/arm/convolve.c</span><br><span>index 63b1655..adb718d 100644</span><br><span>--- a/Transceiver52M/arch/arm/convolve.c</span><br><span>+++ b/Transceiver52M/arch/arm/convolve.c</span><br><span>@@ -58,7 +58,7 @@</span><br><span> }</span><br><span> #endif</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-/* API: Initalize convolve module */</span><br><span style="color: hsl(120, 100%, 40%);">+/* API: Initialize convolve module */</span><br><span> void convolve_init(void)</span><br><span> {</span><br><span>     /* Stub */</span><br><span>diff --git a/Transceiver52M/arch/common/fft.c b/Transceiver52M/arch/common/fft.c</span><br><span>index ad096b1..2261672 100644</span><br><span>--- a/Transceiver52M/arch/common/fft.c</span><br><span>+++ b/Transceiver52M/arch/common/fft.c</span><br><span>@@ -103,7 +103,7 @@</span><br><span> }</span><br><span> </span><br><span> /*! \brief Run multiple DFT operations with the initialized plan</span><br><span style="color: hsl(0, 100%, 40%);">- *  \param[in] hdl handle to an intitialized fft struct</span><br><span style="color: hsl(120, 100%, 40%);">+ *  \param[in] hdl handle to an initialized fft struct</span><br><span>  *</span><br><span>  * Input and output buffers are configured with init_fft().</span><br><span>  */</span><br><span>diff --git a/Transceiver52M/arch/x86/convert.c b/Transceiver52M/arch/x86/convert.c</span><br><span>index 07cdf59..bbcfd67 100644</span><br><span>--- a/Transceiver52M/arch/x86/convert.c</span><br><span>+++ b/Transceiver52M/arch/x86/convert.c</span><br><span>@@ -27,7 +27,7 @@</span><br><span> #include "config.h"</span><br><span> #endif</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-/* Architecture dependant function pointers */</span><br><span style="color: hsl(120, 100%, 40%);">+/* Architecture dependent function pointers */</span><br><span> struct convert_cpu_context {</span><br><span>      void (*convert_si16_ps_16n) (float *, const short *, int);</span><br><span>   void (*convert_si16_ps) (float *, const short *, int);</span><br><span>diff --git a/Transceiver52M/arch/x86/convolve.c b/Transceiver52M/arch/x86/convolve.c</span><br><span>index 209d377..66fca74 100644</span><br><span>--- a/Transceiver52M/arch/x86/convolve.c</span><br><span>+++ b/Transceiver52M/arch/x86/convolve.c</span><br><span>@@ -27,7 +27,7 @@</span><br><span> #include "config.h"</span><br><span> #endif</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-/* Architecture dependant function pointers */</span><br><span style="color: hsl(120, 100%, 40%);">+/* Architecture dependent function pointers */</span><br><span> struct convolve_cpu_context {</span><br><span>        void (*conv_cmplx_4n) (const float *, int, const float *, int, float *,</span><br><span>                             int, int, int);</span><br><span>@@ -66,7 +66,7 @@</span><br><span> int bounds_check(int x_len, int h_len, int y_len,</span><br><span>               int start, int len);</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-/* API: Initalize convolve module */</span><br><span style="color: hsl(120, 100%, 40%);">+/* API: Initialize convolve module */</span><br><span> void convolve_init(void)</span><br><span> {</span><br><span>        c.conv_cmplx_4n = (void *)_base_convolve_complex;</span><br><span>diff --git a/Transceiver52M/device/common/radioDevice.h b/Transceiver52M/device/common/radioDevice.h</span><br><span>index d27a52c..26903e8 100644</span><br><span>--- a/Transceiver52M/device/common/radioDevice.h</span><br><span>+++ b/Transceiver52M/device/common/radioDevice.h</span><br><span>@@ -1,7 +1,7 @@</span><br><span> /*</span><br><span> * Copyright 2008 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(0, 100%, 40%);">-* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion.</span><br><span style="color: hsl(120, 100%, 40%);">+* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribution.</span><br><span> *</span><br><span> * This use of this software may be subject to additional restrictions.</span><br><span> * See the LEGAL file in the main directory for details.</span><br><span>diff --git a/Transceiver52M/device/common/smpl_buf.h b/Transceiver52M/device/common/smpl_buf.h</span><br><span>index 383c814..ab612de 100644</span><br><span>--- a/Transceiver52M/device/common/smpl_buf.h</span><br><span>+++ b/Transceiver52M/device/common/smpl_buf.h</span><br><span>@@ -33,7 +33,7 @@</span><br><span> /*</span><br><span>     Sample Buffer - Allows reading and writing of timed samples using osmo-trx</span><br><span>                     timestamps. Time conversions are handled</span><br><span style="color: hsl(0, 100%, 40%);">-                    internally or accessable through the static convert calls.</span><br><span style="color: hsl(120, 100%, 40%);">+                    internally or accessible through the static convert calls.</span><br><span> */</span><br><span> class smpl_buf {</span><br><span> public:</span><br><span>diff --git a/Transceiver52M/device/lms/LMSDevice.cpp b/Transceiver52M/device/lms/LMSDevice.cpp</span><br><span>index feeb646..b5993b8 100644</span><br><span>--- a/Transceiver52M/device/lms/LMSDevice.cpp</span><br><span>+++ b/Transceiver52M/device/lms/LMSDevice.cpp</span><br><span>@@ -624,7 +624,7 @@</span><br><span>     m_ctr[chan].rx_overruns += status.overrun;</span><br><span> </span><br><span>       /* Dropped packets in Rx are counted when gaps in Rx timestamps are</span><br><span style="color: hsl(0, 100%, 40%);">-        detected (likely because buffer oveflow in hardware). Value count</span><br><span style="color: hsl(120, 100%, 40%);">+     detected (likely because buffer overflow in hardware). Value count</span><br><span>           since the last call to LMS_GetStreamStatus(stream). */</span><br><span>    if (status.droppedPackets) {</span><br><span>                 changed = true;</span><br><span>diff --git a/Transceiver52M/device/lms/LMSDevice.h b/Transceiver52M/device/lms/LMSDevice.h</span><br><span>index 1464c53..003d064 100644</span><br><span>--- a/Transceiver52M/device/lms/LMSDevice.h</span><br><span>+++ b/Transceiver52M/device/lms/LMSDevice.h</span><br><span>@@ -4,7 +4,7 @@</span><br><span> * SPDX-License-Identifier: AGPL-3.0+</span><br><span> *</span><br><span> * This software is distributed under multiple licenses; see the COPYING file in</span><br><span style="color: hsl(0, 100%, 40%);">-* the main directory for licensing information for this specific distribuion.</span><br><span style="color: hsl(120, 100%, 40%);">+* the main directory for licensing information for this specific distribution.</span><br><span> *</span><br><span> * This use of this software may be subject to additional restrictions.</span><br><span> * See the LEGAL file in the main directory for details.</span><br><span>diff --git a/Transceiver52M/device/usrp1/USRPDevice.h b/Transceiver52M/device/usrp1/USRPDevice.h</span><br><span>index bb70648..6dfa5f0 100644</span><br><span>--- a/Transceiver52M/device/usrp1/USRPDevice.h</span><br><span>+++ b/Transceiver52M/device/usrp1/USRPDevice.h</span><br><span>@@ -4,7 +4,7 @@</span><br><span> * SPDX-License-Identifier: AGPL-3.0+</span><br><span> *</span><br><span> * This software is distributed under multiple licenses; see the COPYING file in</span><br><span style="color: hsl(0, 100%, 40%);">-* the main directory for licensing information for this specific distribuion.</span><br><span style="color: hsl(120, 100%, 40%);">+* the main directory for licensing information for this specific distribution.</span><br><span> *</span><br><span> * This use of this software may be subject to additional restrictions.</span><br><span> * See the LEGAL file in the main directory for details.</span><br><span>diff --git a/Transceiver52M/proto_trxd.c b/Transceiver52M/proto_trxd.c</span><br><span>index fbef77a..5a898b9 100644</span><br><span>--- a/Transceiver52M/proto_trxd.c</span><br><span>+++ b/Transceiver52M/proto_trxd.c</span><br><span>@@ -72,7 +72,7 @@</span><br><span>         if(bi->idle)</span><br><span>              return true;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-        /* +2: Historically (OpenBTS times), two extra non-used bytes are sent appeneded to each burst */</span><br><span style="color: hsl(120, 100%, 40%);">+     /* +2: Historically (OpenBTS times), two extra non-used bytes are sent appended to each burst */</span><br><span>     char buf[sizeof(struct trxd_hdr_v0) + bi->nbits + 2];</span><br><span>     struct trxd_hdr_v0* pkt = (struct trxd_hdr_v0*)buf;</span><br><span> </span><br><span>diff --git a/Transceiver52M/radioInterface.h b/Transceiver52M/radioInterface.h</span><br><span>index d72fb69..d9fa414 100644</span><br><span>--- a/Transceiver52M/radioInterface.h</span><br><span>+++ b/Transceiver52M/radioInterface.h</span><br><span>@@ -1,7 +1,7 @@</span><br><span> /*</span><br><span> * Copyright 2008 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(0, 100%, 40%);">-* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion.</span><br><span style="color: hsl(120, 100%, 40%);">+* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribution.</span><br><span> *</span><br><span> * This use of this software may be subject to additional restrictions.</span><br><span> * See the LEGAL file in the main directory for details.</span><br><span>@@ -79,7 +79,7 @@</span><br><span>   bool start();</span><br><span>   bool stop();</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-  /** intialization */</span><br><span style="color: hsl(120, 100%, 40%);">+  /** initialization */</span><br><span>   virtual bool init(int type);</span><br><span>   virtual void close();</span><br><span> </span><br><span>diff --git a/Transceiver52M/sigProcLib.cpp b/Transceiver52M/sigProcLib.cpp</span><br><span>index 011ddff..04f7e30 100644</span><br><span>--- a/Transceiver52M/sigProcLib.cpp</span><br><span>+++ b/Transceiver52M/sigProcLib.cpp</span><br><span>@@ -345,7 +345,7 @@</span><br><span>     _x = x;</span><br><span> </span><br><span>   /*</span><br><span style="color: hsl(0, 100%, 40%);">-   * Four convovle types:</span><br><span style="color: hsl(120, 100%, 40%);">+   * Four convolve types:</span><br><span>    *   1. Complex-Real (aligned)</span><br><span>    *   2. Complex-Complex (aligned)</span><br><span>    *   3. Complex-Real (!aligned)</span><br><span>@@ -723,7 +723,7 @@</span><br><span>  *</span><br><span>  * Delay the EDGE downlink bursts by one symbol in order to match GMSK pulse</span><br><span>  * shaping group delay. The difference in group delay arises from the dual</span><br><span style="color: hsl(0, 100%, 40%);">- * pulse filter combination of the GMSK Laurent represenation whereas 8-PSK</span><br><span style="color: hsl(120, 100%, 40%);">+ * pulse filter combination of the GMSK Laurent representation whereas 8-PSK</span><br><span>  * uses a single pulse linear filter.</span><br><span>  */</span><br><span> static signalVector *shapeEdgeBurst(const signalVector &symbols)</span><br><span>diff --git a/Transceiver52M/sigProcLib.h b/Transceiver52M/sigProcLib.h</span><br><span>index fd9a5f0..dd03190 100644</span><br><span>--- a/Transceiver52M/sigProcLib.h</span><br><span>+++ b/Transceiver52M/sigProcLib.h</span><br><span>@@ -1,7 +1,7 @@</span><br><span> /*</span><br><span> * Copyright 2008 Free Software Foundation, Inc.</span><br><span> *</span><br><span style="color: hsl(0, 100%, 40%);">-* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribuion.</span><br><span style="color: hsl(120, 100%, 40%);">+* This software is distributed under multiple licenses; see the COPYING file in the main directory for licensing information for this specific distribution.</span><br><span> *</span><br><span> * This use of this software may be subject to additional restrictions.</span><br><span> * See the LEGAL file in the main directory for details.</span><br><span>diff --git a/configure.ac b/configure.ac</span><br><span>index 350c77c..d5463e9 100644</span><br><span>--- a/configure.ac</span><br><span>+++ b/configure.ac</span><br><span>@@ -65,7 +65,7 @@</span><br><span> </span><br><span> dnl Checks for header files.</span><br><span> AC_HEADER_STDC</span><br><span style="color: hsl(0, 100%, 40%);">-dnl This is required for GnuRadio includes to understand endianess correctly:</span><br><span style="color: hsl(120, 100%, 40%);">+dnl This is required for GnuRadio includes to understand endianness correctly:</span><br><span> AC_CHECK_HEADERS([byteswap.h])</span><br><span> </span><br><span> dnl Checks for typedefs, structures, and compiler characteristics.</span><br><span>diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh</span><br><span>index f3f5ed9..84e4ea7 100755</span><br><span>--- a/contrib/jenkins.sh</span><br><span>+++ b/contrib/jenkins.sh</span><br><span>@@ -15,7 +15,7 @@</span><br><span> mychroot_nocwd() {</span><br><span>         # LC_ALL + LANGUAGE set to avoid lots of print errors due to locale not being set inside container</span><br><span>         # PATH is needed to be able to reach binaries like ldconfig without logging in to root, which adds the paths to PATH.</span><br><span style="color: hsl(0, 100%, 40%);">-        # PROOT_NO_SECCOMP is requried due to proot bug #106</span><br><span style="color: hsl(120, 100%, 40%);">+        # PROOT_NO_SECCOMP is required due to proot bug #106</span><br><span>         LC_ALL=C LANGUAGE=C PATH="$PATH:/usr/sbin:/sbin" PROOT_NO_SECCOMP=1 proot -r "$ROOTFS" -w / -b /proc --root-id -q qemu-arm-static "$@"</span><br><span> }</span><br><span> </span><br><span>diff --git a/doc/manuals/chapters/device-usrp-inband-signaling-usb.adoc b/doc/manuals/chapters/device-usrp-inband-signaling-usb.adoc</span><br><span>index dac77e0..693bb60 100644</span><br><span>--- a/doc/manuals/chapters/device-usrp-inband-signaling-usb.adoc</span><br><span>+++ b/doc/manuals/chapters/device-usrp-inband-signaling-usb.adoc</span><br><span>@@ -3,7 +3,7 @@</span><br><span> </span><br><span> This section specifies the format of USB packets used for in-band data</span><br><span> transmission and signaling on the USRP1. All packets are 512-byte long, and are</span><br><span style="color: hsl(0, 100%, 40%);">-transfered using USB "bulk" transfers.</span><br><span style="color: hsl(120, 100%, 40%);">+transferred using USB "bulk" transfers.</span><br><span> </span><br><span> IN packets are sent towards the host. OUT packets are sent away from the host.</span><br><span> </span><br><span>diff --git a/doc/manuals/chapters/trx-backends.adoc b/doc/manuals/chapters/trx-backends.adoc</span><br><span>index fb1e960..78bc45d 100644</span><br><span>--- a/doc/manuals/chapters/trx-backends.adoc</span><br><span>+++ b/doc/manuals/chapters/trx-backends.adoc</span><br><span>@@ -12,7 +12,7 @@</span><br><span> for legacy @osmo-trx@ binary when per-backend binaries didn't exist yet.</span><br><span> </span><br><span> Any device providing generic support for UHD should theoretically be able to be</span><br><span style="color: hsl(0, 100%, 40%);">-run through this backend without much effort, but pracitcal experience showed</span><br><span style="color: hsl(120, 100%, 40%);">+run through this backend without much effort, but practical experience showed</span><br><span> that some devices don't play well with it, such as the LimeSDR family of</span><br><span> devices, which showed far better results when using its native interface.</span><br><span> </span><br><span>diff --git a/doc/manuals/vty/trx_vty_reference.xml b/doc/manuals/vty/trx_vty_reference.xml</span><br><span>index 38d64c1..8738235 100644</span><br><span>--- a/doc/manuals/vty/trx_vty_reference.xml</span><br><span>+++ b/doc/manuals/vty/trx_vty_reference.xml</span><br><span>@@ -1196,7 +1196,7 @@</span><br><span>     <command id='clock-ref (internal|external|gpsdo)'></span><br><span>       <params></span><br><span>         <param name='clock-ref' doc='Set the Reference Clock' /></span><br><span style="color: hsl(0, 100%, 40%);">-        <param name='internal' doc='Enable internal referece (default)' /></span><br><span style="color: hsl(120, 100%, 40%);">+        <param name='internal' doc='Enable internal reference (default)' /></span><br><span>         <param name='external' doc='Enable external 10 MHz reference' /></span><br><span>         <param name='gpsdo' doc='Enable GPSDO reference' /></span><br><span>       </params></span><br><span>diff --git a/tests/Transceiver52M/convolve_test.c b/tests/Transceiver52M/convolve_test.c</span><br><span>index cda5385..168c847 100644</span><br><span>--- a/tests/Transceiver52M/convolve_test.c</span><br><span>+++ b/tests/Transceiver52M/convolve_test.c</span><br><span>@@ -146,9 +146,9 @@</span><br><span>    float *h;</span><br><span>    float *y;</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-   int x_len;      /* Theses are in # of _floats_ ! */</span><br><span style="color: hsl(0, 100%, 40%);">-     int h_len;      /* Theses are in # of _floats_ ! */</span><br><span style="color: hsl(0, 100%, 40%);">-     int y_len;      /* Theses are in # of _floats_ ! */</span><br><span style="color: hsl(120, 100%, 40%);">+   int x_len;      /* These are in # of _floats_ ! */</span><br><span style="color: hsl(120, 100%, 40%);">+    int h_len;      /* These are in # of _floats_ ! */</span><br><span style="color: hsl(120, 100%, 40%);">+    int y_len;      /* These are in # of _floats_ ! */</span><br><span> };</span><br><span> </span><br><span> /* Reset test vectors */</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-trx/+/15787">change 15787</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-trx/+/15787"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-trx </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I4ec7accb1912c052b446be7c399bed32a8c62253 </div>
<div style="display:none"> Gerrit-Change-Number: 15787 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: roox <mardnh@gmx.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>