Revert "Add -mcpu=z10 to SystemZ tests."
[oota-llvm.git] / docs / CodingStandards.rst
index 9418680edc74a14a9cc39423b37eb70ade0051ea..b454e49664f093568995090b42e1d89160c85199 100644 (file)
@@ -844,7 +844,7 @@ Here are more examples:
 
 .. code-block:: c++
 
-  assert(Ty->isPointerType() && "Can't allocate a non pointer type!");
+  assert(Ty->isPointerType() && "Can't allocate a non-pointer type!");
 
   assert((Opcode == Shl || Opcode == Shr) && "ShiftInst Opcode invalid!");