STYLE: autoLayerDriver: typo in comment

This commit is contained in:
mattijs
2013-11-18 14:51:01 +00:00
parent ae41b74b57
commit 26a9e37810

View File

@ -833,7 +833,7 @@ Foam::autoLayerDriver::makeLayerDisplacementField
forAll(numLayers, patchI)
{
// 0 layers: do not allow lslip so fixedValue 0
// 0 layers: do not allow slip so fixedValue 0
// >0 layers: fixedValue which gets adapted
if (numLayers[patchI] >= 0)
{