diff --git a/websocket-sharp/Server/HttpRequestEventArgs.cs b/websocket-sharp/Server/HttpRequestEventArgs.cs
index bf274a06..270e3041 100644
--- a/websocket-sharp/Server/HttpRequestEventArgs.cs
+++ b/websocket-sharp/Server/HttpRequestEventArgs.cs
@@ -155,13 +155,13 @@ namespace WebSocketSharp.Server
#region Public Methods
///
- /// Reads a file with the specified from
- /// the document folder of the .
+ /// Reads the specified file from the document folder of
+ /// the .
///
///
///
/// An array of or
- /// if the file could not be read.
+ /// if it fails.
///
///
/// That array receives the contents of the file.
@@ -182,7 +182,7 @@ namespace WebSocketSharp.Server
/// -or-
///
///
- /// is an invalid path.
+ /// contains "..".
///
///
public byte[] ReadFile (string path)