After I recently posted some surprising
 [[profiles|mozilla_i965_profiles]], I received useful feedback from
 Michel Dänzer, Adam Jackson, and Eric Anholt. There was general
-agreement that the i965_prepare_composite function is generally stupid
+agreement that the `i965_prepare_composite` function is generally stupid
 about acting synchronously in order to reuse a single state buffer,
 and that this shouldn't be too hard to optimize. Options include using
 a ring of buffers and synchronizing only when wrapping around and also