Minor comment change ofdm.c
authorokcsampson <okcsampson@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 30 Jun 2017 04:18:12 +0000 (04:18 +0000)
committerokcsampson <okcsampson@01035d8c-6547-0410-b346-abe4f91aad63>
Fri, 30 Jun 2017 04:18:12 +0000 (04:18 +0000)
git-svn-id: https://svn.code.sf.net/p/freetel/code@3267 01035d8c-6547-0410-b346-abe4f91aad63

codec2-dev/src/ofdm.c

index a1f06cf9afb3406fcfa3c49db1a3f7be81aca30e..a38aad487b2ed034a10ccf3cb61e176cb421155c 100644 (file)
@@ -481,7 +481,7 @@ void ofdm_demod(struct OFDM *ofdm, int *rx_bits, COMP *rxbuf_in) {
      * Convert the time-domain samples to the frequency-domain using the rx_sym
      * data matrix. This will be 18 carriers of 11 symbols (P P DDDDDDD P P)
      *
-     * So we will have one modem data frame and three pilots to do magic.
+     * So we will have one modem data frame and four pilots to do magic.
      */
 
     for (i = 0; i < (OFDM_NS + 3); i++) {