diff options
Diffstat (limited to 'ppapi/cpp/var_array_buffer.h')
-rw-r--r-- | ppapi/cpp/var_array_buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/cpp/var_array_buffer.h b/ppapi/cpp/var_array_buffer.h index 74f97aa..fd2b05b0 100644 --- a/ppapi/cpp/var_array_buffer.h +++ b/ppapi/cpp/var_array_buffer.h @@ -19,7 +19,7 @@ namespace pp { /// <code>HandleMessage</code> functions of <code>Instance</code>. class VarArrayBuffer : public Var { public: - /// Contruct a <code>VarArrayBuffer</code> given a var for which + /// Construct a <code>VarArrayBuffer</code> given a var for which /// is_array_buffer() is true. This will refer to the same /// <code>ArrayBuffer</code> as var, but allows you to access methods /// specific to <code>VarArrayBuffer</code>. |