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

Unified Diff: physmap.c

Issue 6731011: Add Tegra2 SPI controller. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/flashrom.git@master
Patch Set: refine comments Created 9 years, 9 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
Index: physmap.c
diff --git a/physmap.c b/physmap.c
index 70156a67dd19793833475ad00fae7e758a991d2a..4feec35d541debd93f2e4ca358c148048eeb6b7b 100644
--- a/physmap.c
+++ b/physmap.c
@@ -520,5 +520,5 @@ void cleanup_cpu_msr(void)
#endif
#endif
#else
-/* Does MSR exist on non-x86 architectures? */
+/* MSRs do not exist on non-x86 architectures. */
dhendrix 2011/03/25 04:34:43 You can remove this file from the patch set. We'll
Louis 2011/03/25 10:55:48 Done.
#endif

Powered by Google App Engine
This is Rietveld 408576698