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

codec2-dev/src/ofdm.c

index 17444def1405129fd9f8babc8f5681c00b53fd08..a1f06cf9afb3406fcfa3c49db1a3f7be81aca30e 100644 (file)
@@ -479,7 +479,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)
+     * 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.
      */