Skip to content
Snippets Groups Projects
Commit e6e87c92 authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Fix three typos.

parent 8f667db4
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ typedef enum slurm_socket_type { ...@@ -90,7 +90,7 @@ typedef enum slurm_socket_type {
** MIDDLE LAYER FUNCTIONS ** ** MIDDLE LAYER FUNCTIONS **
\*******************************/ \*******************************/
/* The must have funtions are required to implement a low level plugin /* The must have functions are required to implement a low level plugin
* for the slurm protocol the general purpose functions just wrap * for the slurm protocol the general purpose functions just wrap
* standard socket calls, so if the underlying layer implements a * standard socket calls, so if the underlying layer implements a
* socket like interface, it can be used as a low level transport * socket like interface, it can be used as a low level transport
......
...@@ -67,9 +67,9 @@ static pthread_mutex_t sinfo_cnt_mutex = PTHREAD_MUTEX_INITIALIZER; ...@@ -67,9 +67,9 @@ static pthread_mutex_t sinfo_cnt_mutex = PTHREAD_MUTEX_INITIALIZER;
static pthread_cond_t sinfo_cnt_cond = PTHREAD_COND_INITIALIZER; static pthread_cond_t sinfo_cnt_cond = PTHREAD_COND_INITIALIZER;
static pthread_mutex_t sinfo_list_mutex = PTHREAD_MUTEX_INITIALIZER; static pthread_mutex_t sinfo_list_mutex = PTHREAD_MUTEX_INITIALIZER;
/************ /*************
* Funtions * * Functions *
************/ *************/
static int _bg_report(block_info_msg_t *block_ptr); static int _bg_report(block_info_msg_t *block_ptr);
void * _build_part_info(void *args); void * _build_part_info(void *args);
static int _build_sinfo_data(List sinfo_list, static int _build_sinfo_data(List sinfo_list,
......
...@@ -60,9 +60,9 @@ ...@@ -60,9 +60,9 @@
struct squeue_parameters params; struct squeue_parameters params;
int max_line_size; int max_line_size;
/************ /*************
* Funtions * * Functions *
************/ *************/
static int _get_info(bool clear_old); static int _get_info(bool clear_old);
static int _get_window_width( void ); static int _get_window_width( void );
static void _print_date( void ); static void _print_date( void );
......
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