]> git.ipfire.org Git - thirdparty/kernel/linux.git/blobdiff - Documentation/networking/packet_mmap.txt
Fix common misspellings
[thirdparty/kernel/linux.git] / Documentation / networking / packet_mmap.txt
index 073894d1c09307f9374e112a093bbc47ebb3171c..4acea660372011ab7ae95d42cc84decc55d4cc22 100644 (file)
@@ -223,7 +223,7 @@ we will get the following buffer structure:
 
 A frame can be of any size with the only condition it can fit in a block. A block
 can only hold an integer number of frames, or in other words, a frame cannot 
-be spawned accross two blocks, so there are some details you have to take into 
+be spawned across two blocks, so there are some details you have to take into 
 account when choosing the frame_size. See "Mapping and use of the circular 
 buffer (ring)".