| Index: mojo/services/files/interfaces/types.mojom
|
| diff --git a/mojo/services/files/interfaces/types.mojom b/mojo/services/files/interfaces/types.mojom
|
| index 13f28a5ac2c9828462e639c75dc2fcb95710781d..851cff10731c34097c5df7baed705e9c607feb1e 100644
|
| --- a/mojo/services/files/interfaces/types.mojom
|
| +++ b/mojo/services/files/interfaces/types.mojom
|
| @@ -35,7 +35,7 @@ enum Whence {
|
| // TODO(vtl): Should probably be moved out of mojo.files (maybe to mojo.time?).
|
| struct Timespec {
|
| int64 seconds;
|
| - int32 nanoseconds; // Always in the interval [0, 10^9).
|
| + int32 nanoseconds; // Always in the interval [0, 10^9).
|
| };
|
|
|
| // Used for |Touch()| calls. If |now| is set, |timespec| must be null (the time
|
|
|