Fix grammar in comment

This commit is contained in:
nnorwitz 2009-05-06 05:31:57 +00:00
parent 987a978c3c
commit 60df3efe39

View File

@ -35,7 +35,7 @@ import sys
from cpp import ast
from cpp import utils
# How many spaces to indent. Can me set with INDENT environment variable.
# How many spaces to indent. Can set me with INDENT environment variable.
_INDENT = 2