Sfoglia il codice sorgente

Minor comment improvement.

antirez 3 anni fa
parent
commit
6456f39b45
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      signal.c

+ 1 - 1
signal.c

@@ -494,7 +494,7 @@ uint32_t convert_from_line_code(uint8_t *buf, uint64_t buflen, uint8_t *bits, ui
 }
 
 /* Convert the differential Manchester code to bits. This is similar to
- * convert_from_line_code() but specific for Manchester. The user must
+ * convert_from_line_code() but specific for diff-Manchester. The user must
  * supply the value of the previous symbol before this stream, since
  * in differential codings the next bits depend on the previous one.
  *