All I can find about the Rijndael Key Schedule - rotate is the same example from wikipedia over and over again:
32 bit word like 1d2c3a4f and 'rotate' it left 8 bit-s until you have 2c3a4f1d.
Am I missing something or are the actually just slicing off the first 8 bits and attaching them onto the end?