Ahhh yes, I think this is in the Lion's commentary on UNIX source book. I remember our professor pointing out this comment and then telling us that we are indeed expected to understand it. The code that followed I believe implemented some behavior that made fork() work.
# You are not expected to understand this
I've always aspired to be a good enough programmer to put something like that in my code. :)