Misspells

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@9203 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
giannozz 2012-07-19 16:36:01 +00:00
parent 833328bad5
commit c69546aa12
1 changed files with 2 additions and 2 deletions

View File

@ -252,9 +252,9 @@ MODULE input_parameters
! controls memory usage
CHARACTER(len=80) :: memory_allowed(3)
DATA memory_allowed / 'small', 'default', 'large' /
! if memory = 'small' then QE trys to use (when implemented) algorithms using less memory,
! if memory = 'small' then QE tries to use (when implemented) algorithms using less memory,
! even if they are slower than the default
! if memory = 'large' then QE trys to use (when implemented) algorithms using more memory
! if memory = 'large' then QE tries to use (when implemented) algorithms using more memory
! to enhance performance.
#if defined (__MS2)