diff --git a/websocket-sharp/Net/CookieCollection.cs b/websocket-sharp/Net/CookieCollection.cs
index 9f892d6d..2dd80210 100644
--- a/websocket-sharp/Net/CookieCollection.cs
+++ b/websocket-sharp/Net/CookieCollection.cs
@@ -188,10 +188,10 @@ namespace WebSocketSharp.Net
}
///
- /// Gets an object to use to synchronize access to the .
+ /// Gets an object used to synchronize access to the .
///
///
- /// An to use to synchronize access to the .
+ /// An used to synchronize access to the .
///
public Object SyncRoot {
get {
@@ -590,10 +590,10 @@ namespace WebSocketSharp.Net
}
///
- /// Gets the enumerator to use to iterate through the .
+ /// Gets the enumerator used to iterate through the .
///
///
- /// An instance to use to iterate through
+ /// An instance used to iterate through
/// the .
///
public IEnumerator GetEnumerator ()