Skip to content

Commit

Permalink
fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jgabler-hpc committed Jan 6, 2025
1 parent b779684 commit 72d3dfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/daemons/qmaster/sge_advance_reservation_qmaster.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1382,7 +1382,7 @@ ar_do_reservation(lListElem *ar, bool incslots, u_long64 gdi_session) {
*
* If there is no reservation for this qinstance-ckpt combination or if
* the reservation would be still valid after the modification then
* the function returnes 'false". Otherwise 'true'
* the function returns 'false". Otherwise 'true'
*
* INPUTS
* lList *ar_master_list - advance reservation master list
Expand Down Expand Up @@ -1440,7 +1440,7 @@ ar_list_has_reservation_due_to_ckpt(const lList *ar_master_list, lList **answer_
*
* If there is no reservation for this qinstance-ckpt combination or if
* the reservation would be still valid after the modification then
* the function returnes 'false". Otherwise 'true'
* the function returns 'false". Otherwise 'true'
*
* INPUTS
* lList *ar_master_list - advance reservation master list
Expand Down

0 comments on commit 72d3dfd

Please sign in to comment.