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 | 659c7a7d6da224824c49bd64459cb7a16d826a78 (patch) | |
tree | ed292054c46d4131bd475ae690df41b5b07a4a45 /ipc | |
parent | 6da3518d4fede6fc204af5bf267b50d23a471f9a (diff) | |
download | uxp-659c7a7d6da224824c49bd64459cb7a16d826a78.tar.gz |
Fix nits.
I hope this addresses everything.
Diffstat (limited to 'ipc')
-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 |