Skip to content
Snippets Groups Projects
Commit 69d3b109 authored by Vlad Zolotarov's avatar Vlad Zolotarov Committed by Pekka Enberg
Browse files

virtio-net: fix spelling in comments

parent 7b0f326a
No related branches found
No related tags found
No related merge requests found
......@@ -789,8 +789,8 @@ void net::txq::gc()
u16 req_cnt = 0;
//
// "finalize" at least every quoter of a ring to let the host work in
// paralel with us.
// "finalize" at least every quarter of a ring to let the host work in
// parallel with us.
//
const u16 fin_thr = static_cast<u16>(vqueue->size()) / 4;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment