Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / base / guid.h
index 2a4ed4c..abcc589 100644 (file)
@@ -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();