diff options
author | athenian200 <athenian200@outlook.com> | 2019-10-31 19:35:03 -0500 |
---|---|---|
committer | athenian200 <athenian200@outlook.com> | 2019-10-31 19:35:03 -0500 |
commit | a9dc528a4a7b0aaad5308aff70963485ec3e9bec (patch) | |
tree | ed292054c46d4131bd475ae690df41b5b07a4a45 /ipc/chromium | |
parent | 687a798e6dedacb8b42826debcd8e89baa69ce94 (diff) | |
download | uxp-a9dc528a4a7b0aaad5308aff70963485ec3e9bec.tar.gz |
Fix nits.
I hope this addresses everything.
Diffstat (limited to 'ipc/chromium')
-rw-r--r-- | ipc/chromium/src/base/sys_info_posix.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/chromium/src/base/sys_info_posix.cc b/ipc/chromium/src/base/sys_info_posix.cc index f29c85092f..632aa2f37f 100644 --- a/ipc/chromium/src/base/sys_info_posix.cc +++ b/ipc/chromium/src/base/sys_info_posix.cc @@ -134,7 +134,7 @@ std::string SysInfo::OperatingSystemName() { } // Solaris <sys/utsname.h> contains "extern struct utsname utsname;" -// As a consequence, any use of utsname has to be proceeded with struct on +// As a consequence, any use of utsname has to be preceded with struct on // Solaris. See Mozilla bugs 758483 and 1353332. // static |