Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Web.Mobile / UI / MobileControls / SessionViewState.cs
index faba8d30920daf91e2503abaa0a9131f24b24f58..da3b9fbc6001e651d02ec26eb94a5e4017b712b4 100644 (file)
@@ -27,7 +27,7 @@ namespace System.Web.UI.MobileControls
      * arise. The core issue behind most of these is how to handle the user 
      * clicking the Back button. When the user does this, there is no corresponding
      * notification to the server, and the client and server session state are thrown
-     * out of [....]
+     * out of sync
      *
      * This class attempts to alleviate this by storing a small history of view states
      * in session data.