| Index: mojo/public/java/bindings/src/org/chromium/mojo/bindings/Interface.java
|
| diff --git a/mojo/public/java/bindings/src/org/chromium/mojo/bindings/Interface.java b/mojo/public/java/bindings/src/org/chromium/mojo/bindings/Interface.java
|
| index 25d84e8c2d22f1af9b86eba3fcc0a5321199fe67..c3b26a205dd6e13580ec1824ea782b8aee4c0583 100644
|
| --- a/mojo/public/java/bindings/src/org/chromium/mojo/bindings/Interface.java
|
| +++ b/mojo/public/java/bindings/src/org/chromium/mojo/bindings/Interface.java
|
| @@ -213,7 +213,7 @@ public interface Interface extends ConnectionErrorHandler, Closeable {
|
| }
|
|
|
| /**
|
| - * Construct a new |InterfaceRequest| for the interface. This method returns a Pair where
|
| + * Constructs a new |InterfaceRequest| for the interface. This method returns a Pair where
|
| * the first element is a proxy, and the second element is the request. The proxy can be
|
| * used immediately.
|
| */
|
|
|