about summary refs log tree commit diff
path: root/doc/old/cross.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/old/cross.txt')
-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 11292edccaf22..0f958e772b782 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.