diff mbox

libgo patch committed: Fix typo in //extern comment

Message ID mcrwr7xrmp3.fsf@dhcp-172-18-216-180.mtv.corp.google.com
State New
Headers show

Commit Message

Ian Lance Taylor Feb. 8, 2012, 10:21 p.m. UTC
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 mbox

Patch

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