소스 검색

Fix typo in a comment

Sebastian Hahn 16 년 전
부모
커밋
28b29e0fd7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/common/util.c

+ 1 - 1
src/common/util.c

@@ -2451,7 +2451,7 @@ tor_vsscanf(const char *buf, const char *pattern, va_list ap)
  * long widths. %u does not consume any space.  Is locale-independent.
  * Returns -1 on malformed patterns.
  *
- * (As with other local-independent functions, we need this to parse data that
+ * (As with other locale-independent functions, we need this to parse data that
  * is in ASCII without worrying that the C library's locale-handling will make
  * miscellaneous characters look like numbers, spaces, and so on.)
  */