소스 검색

fix stray funny-character

svn:r4458
Roger Dingledine 20 년 전
부모
커밋
cc57e1cab1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/relay.c

+ 1 - 1
src/or/relay.c

@@ -127,7 +127,7 @@ relay_crypt_one_payload(crypto_cipher_env_t *cipher, char *in,
  *  - Crypt it (encrypt APward, decrypt at AP, decrypt exitward).
  *  - Check if recognized (if exitward).
  *  - If recognized and the digest checks out, then find if there's
- *    a conn that the cell is intended for, and deliver it to·
+ *    a conn that the cell is intended for, and deliver it to
  *    connection_edge.
  *  - Else connection_or_write_cell_to_buf to the conn on the other
  *    side of the circuit.