Skip to content
Snippets Groups Projects
Commit 73ba497b authored by Moe Jette's avatar Moe Jette
Browse files

Fix typo in comment, no change in code

parent 21e25bef
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ typedef struct bg_record { ...@@ -75,7 +75,7 @@ typedef struct bg_record {
char *target_name; /* when a block is freed this char *target_name; /* when a block is freed this
is the name of the user we is the name of the user we
want on the block */ want on the block */
int full_block; /* wether or not block is the full int full_block; /* whether or not block is the full
block */ block */
uid_t user_uid; /* Owner of block uid */ uid_t user_uid; /* Owner of block uid */
lifecycle_type_t block_lifecycle;/* either STATIC or DYNAMIC */ lifecycle_type_t block_lifecycle;/* either STATIC or DYNAMIC */
...@@ -177,7 +177,7 @@ extern void fini_bg(void); ...@@ -177,7 +177,7 @@ extern void fini_bg(void);
extern void print_bg_record(bg_record_t *record); extern void print_bg_record(bg_record_t *record);
extern void destroy_bg_record(void *object); extern void destroy_bg_record(void *object);
extern int block_exist_in_list(List my_list, bg_record_t *bg_record); extern int block_exist_in_list(List my_list, bg_record_t *bg_record);
extern void process_nodes(bg_record_t *bg_record); extern void process_nodes(bg_record_t *bg_reord);
extern void copy_bg_record(bg_record_t *fir_record, bg_record_t *sec_record); extern void copy_bg_record(bg_record_t *fir_record, bg_record_t *sec_record);
/* return bg_record from a bg_list */ /* return bg_record from a bg_list */
......
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