diff options
author | Ian Lance Taylor <ian@gcc.gnu.org> | 2012-02-08 22:21:04 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@gcc.gnu.org> | 2012-02-08 22:21:04 +0000 |
commit | 09839cde4cf413ed731035886ecbc8ece14a7451 (patch) | |
tree | b2d6a0cd0b3a3823bf3b764a4eaafc79117ad84f /libgo/go/os | |
parent | 5371f7195e823bd69cf7e00444248ff44ce0a3d1 (diff) | |
download | gcc-09839cde4cf413ed731035886ecbc8ece14a7451.zip gcc-09839cde4cf413ed731035886ecbc8ece14a7451.tar.gz gcc-09839cde4cf413ed731035886ecbc8ece14a7451.tar.bz2 |
os: Fix typo in //extern comment.
From-SVN: r184023
Diffstat (limited to 'libgo/go/os')
-rw-r--r-- | libgo/go/os/dir_regfile.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgo/go/os/dir_regfile.go b/libgo/go/os/dir_regfile.go index 22cd33f..e5f7c57 100644 --- a/libgo/go/os/dir_regfile.go +++ b/libgo/go/os/dir_regfile.go @@ -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 |