summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorsungmann.cho <sungmann.cho@navercorp.com>2014-09-28 23:39:18 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-29 06:40:59 +0000
commit8b0ae1bd5eabb6490a7c0237b40d925c46c391d0 (patch)
tree62a3a5454f7250aea82b91d40452d0a3939468cf /base
parent6958b7fc4bfdfacbb5f8a7202ac79782b39bcbde (diff)
downloadchromium_src-8b0ae1bd5eabb6490a7c0237b40d925c46c391d0.zip
chromium_src-8b0ae1bd5eabb6490a7c0237b40d925c46c391d0.tar.gz
chromium_src-8b0ae1bd5eabb6490a7c0237b40d925c46c391d0.tar.bz2
Fix some minor typos: psuedo -> pseudo
TBR=mark@chromium.org Review URL: https://codereview.chromium.org/614573002 Cr-Commit-Position: refs/heads/master@{#297144}
Diffstat (limited to 'base')
-rw-r--r--base/guid.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/guid.h b/base/guid.h
index 2a4ed4c4..abcc589 100644
--- a/base/guid.h
+++ b/base/guid.h
@@ -15,7 +15,7 @@ namespace base {
// Generate a 128-bit random GUID of the form: "%08X-%04X-%04X-%04X-%012llX".
// If GUID generation fails an empty string is returned.
-// The POSIX implementation uses psuedo random number generation to create
+// The POSIX implementation uses pseudo random number generation to create
// the GUID. The Windows implementation uses system services.
BASE_EXPORT std::string GenerateGUID();