Skip to content

Commit 549a427

Browse files
committed
lib: fix typo in resctrl
Signed-off-by: Raghavan Kanagaraj <raghavan.kanagaraj@intel.com>
1 parent e97c328 commit 549a427

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

lib/cap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ pqos_init(const struct pqos_config *config)
838838
goto machine_init_error;
839839
}
840840
} else if (access(RESCTRL_PATH "/cpus", F_OK) == 0)
841-
LOG_WARN("resctl filesystem mounted! Using MSR "
841+
LOG_WARN("resctrl filesystem mounted! Using MSR "
842842
"interface may corrupt resctrl filesystem "
843843
"and cause unexpected behaviour\n");
844844
#endif

lib/resctrl_alloc.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ PQOS_LOCAL int resctrl_alloc_get_grps_num(const struct pqos_cap *cap,
9090
unsigned *grps_num);
9191

9292
/**
93-
* @brief Opens CLOS file in resctl filesystem
93+
* @brief Opens CLOS file in resctrl filesystem
9494
*
9595
* @param [in] class_id CLOS id
9696
* @param [in] name File name
@@ -105,7 +105,7 @@ PQOS_LOCAL FILE *resctrl_alloc_fopen(const unsigned class_id,
105105
const char *mode);
106106

107107
/**
108-
* @brief Closes CLOS file in resctl filesystem
108+
* @brief Closes CLOS file in resctrl filesystem
109109
*
110110
* @param[in] fd File descriptor
111111
*

0 commit comments

Comments
 (0)