]> gcc.gnu.org Git - gcc.git/commitdiff
os: Fix typo in //extern comment.
authorIan Lance Taylor <ian@gcc.gnu.org>
Wed, 8 Feb 2012 22:21:04 +0000 (22:21 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Wed, 8 Feb 2012 22:21:04 +0000 (22:21 +0000)
From-SVN: r184023

libgo/go/os/dir_regfile.go

index 22cd33f2e203b097d93b0e22e876940b470417d5..e5f7c5745d5c571180d4c8eaf4857985c77cd2c8 100644 (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
This page took 0.059256 seconds and 5 git commands to generate.