Skip to content

Commit

Permalink
Merge branch 'scanf-typos'
Browse files Browse the repository at this point in the history
Forgot to merge git://github.com/scanf/prototype-kernel.git
  • Loading branch information
netoptimizer committed Jan 18, 2017
2 parents adc8a23 + d27c2c4 commit ad9fc03
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Prototyping kernel development
:Authors: Jesper Dangaard Brouer <netoptimizer@brouer.com>

This project and GitHub_ repository is meant for speeding up Linux
Kernel developement work, this also includes Documentation_. The
Kernel development work, this also includes Documentation_. The
directory layout tries to keep close to the Kernel directory layout.
This helps when/if upstreaming the work.

Expand Down
2 changes: 1 addition & 1 deletion kernel/Documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Welcome to Prototype Kernel's documentation!
============================================

This project and GitHub_ repository is meant for speeding up Linux
Kernel developement work, this also includes Documentation. The
Kernel development work, this also includes Documentation. The
directory layout tries to keep close to the Kernel directory layout.
This helps when/if upstreaming the work.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ program would also get too slow once the size increase.

DDoS attacks are usually very specific, and are often stopped by
spotting a very specific pattern in the packet that is constant enough
to identify the bad traffic. It is key that they can quicky construct
to identify the bad traffic. It is key that they can quickly construct
an XDP program matching this very specific pattern, without risking
affecting the stability of other XDP filters.

Expand Down
2 changes: 1 addition & 1 deletion kernel/Documentation/prototype-kernel/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The `prototype-kernel project`_ is meant for compiling kernel modules
outside the normal kernel git tree, but still using the kernels make
system.

The purpose is getting a seperate git developement tree for developing
The purpose is getting a separate git development tree for developing
and refining your kernel module or Documentation over time, before
pushing it upstream for the Linux Kernel.

Expand Down
2 changes: 1 addition & 1 deletion kernel/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ system.
available for compiling against (or install your distributions
kernel-devel package).

The purpose is getting a seperate git developement tree for developing
The purpose is getting a separate git development tree for developing
and refining your kernel module over time, before pushing it upstream
for the Linux Kernel.

Expand Down

0 comments on commit ad9fc03

Please sign in to comment.