os: Fix typo in //extern comment.

From-SVN: r184023
This commit is contained in:
Ian Lance Taylor 2012-02-08 22:21:04 +00:00
parent 5371f7195e
commit 09839cde4c
1 changed files with 1 additions and 1 deletions

View File

@ -9,5 +9,5 @@ package os
import "syscall"
// extern readdir_r
//extern readdir_r
func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno