LGTM On Sun, Jul 15, 2012 at 9:43 AM, <bsiegert@gmail.com> wrote: > Reviewers: golang-dev_googlegroups.com, > ...
13 years, 3 months ago
(2012-07-15 16:47:05 UTC)
#2
LGTM
On Sun, Jul 15, 2012 at 9:43 AM, <bsiegert@gmail.com> wrote:
> Reviewers: golang-dev_googlegroups.com,
>
> Message:
> Hello golang-dev@googlegroups.com,
>
> I'd like you to review this change to
> https://go.googlecode.com/hg
>
>
> Description:
> os: add missing full stop in comment
>
> Please review this at
http://codereview.appspot.com/**6399047/<http://codereview.appspot.com/6399047/>
>
> Affected files:
> M src/pkg/os/types.go
>
>
> Index: src/pkg/os/types.go
> ==============================**==============================**=======
> --- a/src/pkg/os/types.go
> +++ b/src/pkg/os/types.go
> @@ -12,7 +12,7 @@
> // Getpagesize returns the underlying system's memory page size.
> func Getpagesize() int { return syscall.Getpagesize() }
>
> -// A FileInfo describes a file and is returned by Stat and Lstat
> +// A FileInfo describes a file and is returned by Stat and Lstat.
> type FileInfo interface {
> Name() string // base name of the file
> Size() int64 // length in bytes for regular files;
> system-dependent for others
>
>
>
Issue 6399047: code review 6399047: os: add missing full stop in comment
(Closed)
Created 13 years, 3 months ago by bsiegert
Modified 13 years, 3 months ago
Reviewers:
Base URL:
Comments: 0