]> granicus.if.org Git - python/commitdiff
Comment typo
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 25 May 2006 18:11:16 +0000 (18:11 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 25 May 2006 18:11:16 +0000 (18:11 +0000)
Objects/stringobject.c

index 95ade513b1fea5d96f8d6f73ad82f82dd4b5e82e..277d4b3287e38c0931410a0287124c216d2bc308 100644 (file)
@@ -791,7 +791,7 @@ PyString_AsStringAndSize(register PyObject *obj,
 /* note: fastsearch may access s[n], which isn't a problem when using
    Python's ordinary string types, but may cause problems if you're
    using this code in other contexts.  also, the count mode returns -1
-   if there cannot possible be a match in the target string, and 0 if
+   if there cannot possibly be a match in the target string, and 0 if
    it has actually checked for matches, but didn't find any.  callers
    beware! */