aboutsummaryrefslogtreecommitdiff
path: root/README-linux
diff options
context:
space:
mode:
Diffstat (limited to 'README-linux')
-rw-r--r--README-linux3
1 files changed, 1 insertions, 2 deletions
diff --git a/README-linux b/README-linux
index e2f977967..62df25851 100644
--- a/README-linux
+++ b/README-linux
@@ -7,7 +7,7 @@ If you want to compile strace on a Linux system please make sure that
you use recent kernel headers. Strace needs those to get the proper data
structures and constatns used by the kernel, since these can be
different from the structures that the C library uses. Currently you
-will need at least a 2.2.7 or newer kernel.
+will need at least a 2.2.7 or newer kernel.
To complicate things a bit further strace might not compile if you are
using development kernels. These tend to have headers that conflict with
@@ -29,4 +29,3 @@ There are three ways to compile strace with other kernel headers:
* you can link /usr/include/linux and /usr/include/asm to the
corresponding directories in your kernel source-tree.
-