Re: [PATCH] cgroup: Fix typo in comment

From: James Bottomley
Date: Sun Nov 20 2022 - 11:25:23 EST


On Sun, 2022-11-20 at 15:51 +0000, haifeng.xu wrote:
> Replace iff with if.

You can't do this without a more detailed analysis. iff means if and
only if (logical implies in both directions), which appears to be more
correct in the code being patched than if, which is logical implies in
only one direction only.

James