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

Unified Diff: gcc/libiberty/dyn-string.c

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/libiberty/config.in ('k') | gcc/libiberty/fibheap.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/libiberty/dyn-string.c
diff --git a/gcc/libiberty/dyn-string.c b/gcc/libiberty/dyn-string.c
index 9de50eda0e863d1f345a2994ea4327e0fc6d2f17..faa8d9477117f6778627954a4bdba5f3bf4631ef 100644
--- a/gcc/libiberty/dyn-string.c
+++ b/gcc/libiberty/dyn-string.c
@@ -336,7 +336,7 @@ dyn_string_append_cstr (dyn_string_t dest, const char *s)
return 1;
}
-/* Appends C to the end of DEST. Returns 1 on success. On failiure,
+/* Appends C to the end of DEST. Returns 1 on success. On failure,
if RETURN_ON_ALLOCATION_FAILURE, deletes DEST and returns 0. */
int
« no previous file with comments | « gcc/libiberty/config.in ('k') | gcc/libiberty/fibheap.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698