diff --git a/websocket-sharp/ErrorEventArgs.cs b/websocket-sharp/ErrorEventArgs.cs
index 003d89d1..a4c0b85e 100644
--- a/websocket-sharp/ErrorEventArgs.cs
+++ b/websocket-sharp/ErrorEventArgs.cs
@@ -4,7 +4,7 @@
*
* The MIT License
*
- * Copyright (c) 2012-2014 sta.blockhead
+ * Copyright (c) 2012-2015 sta.blockhead
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
@@ -38,7 +38,7 @@ using System;
namespace WebSocketSharp
{
///
- /// Contains the event data associated with a event.
+ /// Represents the event data for the event.
///
///
///
@@ -50,8 +50,8 @@ namespace WebSocketSharp
/// the property.
///
///
- /// And if the error is due to an exception, you can get the
- /// instance by accessing the property.
+ /// And if the error is due to an exception, you can get the exception by accessing
+ /// the property.
///
///
public class ErrorEventArgs : EventArgs
@@ -81,7 +81,7 @@ namespace WebSocketSharp
#region Public Properties
///
- /// Gets the instance that caused the error.
+ /// Gets the exception that caused the error.
///
///
/// An instance that represents the cause of the error,