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

Unified Diff: gcc/gcc/hosthooks.h

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 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 | « gcc/gcc/hooks.c ('k') | gcc/gcc/ifcvt.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/hosthooks.h
diff --git a/gcc/gcc/hosthooks.h b/gcc/gcc/hosthooks.h
index e313ffd0831d989bae7257e31a48a88f8ef6fb84..ce0e382c03eb256fa6029fcde2eb68ac28c90c23 100644
--- a/gcc/gcc/hosthooks.h
+++ b/gcc/gcc/hosthooks.h
@@ -30,7 +30,7 @@ struct host_hooks
void * (*gt_pch_get_address) (size_t size, int fd);
/* ADDR is an address returned by gt_pch_get_address. Attempt to allocate
- SIZE bytes at the same address and load it with the data from FD at
+ SIZE bytes at the same address and load it with the data from FD at
OFFSET. Return -1 if we couldn't allocate memory at ADDR, return 0
if the memory is allocated but the data not loaded, return 1 if done. */
int (*gt_pch_use_address) (void *addr, size_t size, int fd, size_t offset);
« no previous file with comments | « gcc/gcc/hooks.c ('k') | gcc/gcc/ifcvt.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698