about summary refs log tree commit diff
path: root/doc/platform-notes.xml
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-11-18 23:10:39 -0600
committerMatthew Bauer <mjbauer95@gmail.com>2018-11-19 13:02:17 -0600
commit32ddbe3da97657fbd6ebaff27303f72f572bd41f (patch)
treeede4c6cf571933f554fb128f6352b192b6033e47 /doc/platform-notes.xml
parent67d78be03673dff235e9477f968dd6d5b6cb1253 (diff)
doc: typo fixes
Diffstat (limited to 'doc/platform-notes.xml')
-rw-r--r--doc/platform-notes.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/platform-notes.xml b/doc/platform-notes.xml
index cde27b8a5edfc..b27f248757594 100644
--- a/doc/platform-notes.xml
+++ b/doc/platform-notes.xml
@@ -6,13 +6,13 @@
   <title>Darwin (macOS)</title>
 
   <para>
-   Some common issues when packaging software for darwin:
+   Some common issues when packaging software for Darwin:
   </para>
 
   <itemizedlist>
    <listitem>
     <para>
-     The darwin <literal>stdenv</literal> uses clang instead of gcc. When
+     The Darwin <literal>stdenv</literal> uses clang instead of gcc. When
      referring to the compiler <varname>$CC</varname> or <command>cc</command>
      will work in both cases. Some builds hardcode gcc/g++ in their build
      scripts, that can usually be fixed with using something like
@@ -31,7 +31,7 @@
    </listitem>
    <listitem>
     <para>
-     On darwin libraries are linked using absolute paths, libraries are
+     On Darwin, libraries are linked using absolute paths, libraries are
      resolved by their <literal>install_name</literal> at link time. Sometimes
      packages won't set this correctly causing the library lookups to fail at
      runtime. This can be fixed by adding extra linker flags or by running