summaryrefslogtreecommitdiffstats
path: root/courgette
diff options
context:
space:
mode:
authorthestig <thestig@chromium.org>2015-11-23 12:18:11 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-23 20:19:14 +0000
commit259626c7ca1971bca226343df8d88c2b44530158 (patch)
tree1db5105ff09e66497ef918cd024b8a87bab690bf /courgette
parent7367b626db3f63c3a8dd6720ffc7e4eeac180d38 (diff)
downloadchromium_src-259626c7ca1971bca226343df8d88c2b44530158.zip
chromium_src-259626c7ca1971bca226343df8d88c2b44530158.tar.gz
chromium_src-259626c7ca1971bca226343df8d88c2b44530158.tar.bz2
Cleanup: Correctly spell success(ful).
TBR=brettw@chromium.org NOPRESUBMIT=true Review URL: https://codereview.chromium.org/1469783002 Cr-Commit-Position: refs/heads/master@{#361166}
Diffstat (limited to 'courgette')
-rw-r--r--courgette/courgette.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/courgette/courgette.h b/courgette/courgette.h
index bf6c925..49cf8b2 100644
--- a/courgette/courgette.h
+++ b/courgette/courgette.h
@@ -93,7 +93,7 @@ Status GenerateEnsemblePatch(SourceStream* old, SourceStream* target,
// Detects the type of an executable file, and it's length. The length
// may be slightly smaller than some executables (like ELF), but will include
// all bytes the courgette algorithm has special benefit for.
-// On sucess:
+// On success:
// Fill in type and detected_length, and return C_OK.
// On failure:
// Fill in type with UNKNOWN, detected_length with 0, and