(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
This commit is contained in:
@@ -161,8 +161,8 @@ enum DeterministicSpriteGroupAdjustOperation {
|
||||
DSGA_OP_RST, ///< return b
|
||||
DSGA_OP_STOP, ///< store a into persistent storage, indexed by b, return a
|
||||
DSGA_OP_ROR, ///< rotate a b positions to the right
|
||||
DSGA_OP_SCMP, ///< (signed) comparision (a < b -> 0, a == b = 1, a > b = 2)
|
||||
DSGA_OP_UCMP, ///< (unsigned) comparision (a < b -> 0, a == b = 1, a > b = 2)
|
||||
DSGA_OP_SCMP, ///< (signed) comparison (a < b -> 0, a == b = 1, a > b = 2)
|
||||
DSGA_OP_UCMP, ///< (unsigned) comparison (a < b -> 0, a == b = 1, a > b = 2)
|
||||
DSGA_OP_SHL, ///< a << b
|
||||
DSGA_OP_SHR, ///< (unsigned) a >> b
|
||||
DSGA_OP_SAR, ///< (signed) a >> b
|
||||
|
Reference in New Issue
Block a user