CPP: Fix typos.

This commit is contained in:
Geoffrey White
2019-10-21 18:39:21 +01:00
parent 47169e2ece
commit faf1a2acbe
6 changed files with 9 additions and 9 deletions

View File

@@ -52,7 +52,7 @@ private class BufferWithSizeConfig extends TaintTracking::Configuration {
}
/**
* An access(read or write) to a buffer, provided as a pair of
* An access (read or write) to a buffer, provided as a pair of
* a pointer to the buffer and the length of data to be read or written.
* Extend this class to support different kinds of buffer access.
*/