about summary refs log tree commit diff
path: root/doc/old
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-17 18:21:48 -0500
committerfigsoda <figsoda@pm.me>2022-12-17 18:21:48 -0500
commit403e25e3e31319146c3e6ab478485a9c33efa07f (patch)
tree157bca880fa1f7bcdbb4bbbc37acb81807418827 /doc/old
parent42600bc7153e8a5308faf87aead4e27cff93497b (diff)
downloadnixlib-403e25e3e31319146c3e6ab478485a9c33efa07f.tar
nixlib-403e25e3e31319146c3e6ab478485a9c33efa07f.tar.gz
nixlib-403e25e3e31319146c3e6ab478485a9c33efa07f.tar.bz2
nixlib-403e25e3e31319146c3e6ab478485a9c33efa07f.tar.lz
nixlib-403e25e3e31319146c3e6ab478485a9c33efa07f.tar.xz
nixlib-403e25e3e31319146c3e6ab478485a9c33efa07f.tar.zst
nixlib-403e25e3e31319146c3e6ab478485a9c33efa07f.zip
doc: fix typos
Diffstat (limited to 'doc/old')
-rw-r--r--doc/old/cross.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/old/cross.txt b/doc/old/cross.txt
index 11292edccaf2..0f958e772b78 100644
--- a/doc/old/cross.txt
+++ b/doc/old/cross.txt
@@ -303,7 +303,7 @@ One of the compiler flags that GCC uses for this compiler is called X_CFLAGS.
 This is used by the Nix build process to set the dynamic linker, glibc
 in the case of i686-linux using the default Nix packages collection.
 
-Obiously, since we need to compile libstc++ for arm-linux with uClibc linking
+Obviously, since we need to compile libstc++ for arm-linux with uClibc linking
 will not be done correctly: you can't link object files built for arm-linux
 with a glibc built for i686-linux.