Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(589)

Unified Diff: base/sys_info_win.cc

Issue 18485: Windows: typo fix (Closed)
Patch Set: Created 11 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/sys_info_win.cc
diff --git a/base/sys_info_win.cc b/base/sys_info_win.cc
index 7690e81a8ce33138554e2faae4bb7b89fc13956e..0c402b04de371820153aa74ae1435a211f6b5ef9 100644
--- a/base/sys_info_win.cc
+++ b/base/sys_info_win.cc
@@ -103,7 +103,7 @@ int SysInfo::DisplayCount() {
// static
size_t SysInfo::VMAllocationGranularity() {
SYSTEM_INFO sysinfo;
- GetSystemInfo(&info);
+ GetSystemInfo(&sysinfo);
return info.dwAllocationGranularity;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698