This patch fixes a typo in an //extern comment.  Bootstrapped and ran Go
testsuite on x86_64-unknown-linux-gnu.  Committed to mainline.

Ian

diff -r 419efb0adfa7 libgo/go/os/dir_regfile.go
--- a/libgo/go/os/dir_regfile.go	Wed Feb 08 11:30:14 2012 -0800
+++ b/libgo/go/os/dir_regfile.go	Wed Feb 08 14:19:55 2012 -0800
@@ -9,5 +9,5 @@
 
 import "syscall"
 
-// extern readdir_r
+//extern readdir_r
 func libc_readdir_r(*syscall.DIR, *syscall.Dirent, **syscall.Dirent) syscall.Errno

Reply via email to