summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authormdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-12 00:32:26 +0000
committermdm@chromium.org <mdm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-12 00:32:26 +0000
commit1ef0d405d9e548a043827c0d90897723bac49367 (patch)
tree9468eeaba1ef03b100463ab6ce32c0e0894608ca /chrome
parent564a24bec69b3b7c424156ad8cead4b2c7bd5192 (diff)
downloadchromium_src-1ef0d405d9e548a043827c0d90897723bac49367.zip
chromium_src-1ef0d405d9e548a043827c0d90897723bac49367.tar.gz
chromium_src-1ef0d405d9e548a043827c0d90897723bac49367.tar.bz2
Update some comments. No code change.
BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26057 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/browser/renderer_host/resource_dispatcher_host_request_info.h2
-rw-r--r--chrome/browser/window_sizer.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/renderer_host/resource_dispatcher_host_request_info.h b/chrome/browser/renderer_host/resource_dispatcher_host_request_info.h
index fd0c322..7ceb760 100644
--- a/chrome/browser/renderer_host/resource_dispatcher_host_request_info.h
+++ b/chrome/browser/renderer_host/resource_dispatcher_host_request_info.h
@@ -54,7 +54,7 @@ class ResourceDispatcherHostRequestInfo : public URLRequest::UserData {
}
// Pointer to the login handler, or NULL if there is none for this request.
- // This is a NON-OWNING pointer, and the caller is resounsible for the
+ // This is a NON-OWNING pointer, and the caller is responsible for the
// pointer after calling set.
LoginHandler* login_handler() const { return login_handler_; }
void set_login_handler(LoginHandler* lh) { login_handler_ = lh; }
diff --git a/chrome/browser/window_sizer.h b/chrome/browser/window_sizer.h
index aad721e..f9c486a 100644
--- a/chrome/browser/window_sizer.h
+++ b/chrome/browser/window_sizer.h
@@ -113,7 +113,7 @@ class WindowSizer {
bool* maximized) const;
// Determines the size, position and maximized state for the browser window.
- // See documentation for DetermineWindowBounds below. Normally,
+ // See documentation for DetermineWindowBounds above. Normally,
// |window_bounds| is calculated by calling GetLastActiveWindowState(). To
// explicitly specify a particular window to base the bounds on, pass in a
// non-NULL value for |browser|.