minor typo and style fix

Change-Id: If4927beb7a8f3c96379eee1fedc687a5046a6951
This commit is contained in:
Pascal Massimino
2012-05-11 01:16:34 -07:00
parent 9f566d1d36
commit ac8e5e42d1
2 changed files with 4 additions and 5 deletions

View File

@ -26,7 +26,7 @@ extern "C" {
// tree_limit: maximum bit depth (inclusive) of the codes.
// bit_depths[]: how many bits are used for the symbol.
//
// Returns 0 when an error has occured.
// Returns 0 when an error has occurred.
int VP8LCreateHuffmanTree(const int* data, const int length,
const int tree_limit, uint8_t* bit_depths);