소스 검색

fix typo in comment in __randname

Rich Felker 11 년 전
부모
커밋
ff4d6020d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/temp/__randname.c

+ 1 - 1
src/temp/__randname.c

@@ -5,7 +5,7 @@
 int __clock_gettime(clockid_t, struct timespec *);
 
 /* This assumes that a check for the
-   template size has alrady been made */
+   template size has already been made */
 char *__randname(char *template)
 {
 	int i;