Skip to content

Commit

Permalink
timeslice_timeout: fix spelling typo in comment
Browse files Browse the repository at this point in the history
Change-Id: If86b8515d77e53e60c980c9f46c62713ec352425
  • Loading branch information
Frank Mehnert authored and kk-infra committed Nov 19, 2024
1 parent ee2681d commit 3acb976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kern/timeslice_timeout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Timeslice_timeout : public Timeout
#include "sched_context.h"
#include "std_macros.h"

/* Initialize global valiable timeslice_timeout */
/* Initialize global variable timeslice_timeout */
DEFINE_PER_CPU Per_cpu<Timeout *> timeslice_timeout;
DEFINE_PER_CPU static Per_cpu<Timeslice_timeout> the_timeslice_timeout(Per_cpu_data::Cpu_num);

Expand Down

0 comments on commit 3acb976

Please sign in to comment.