diff --git a/apps/systemlib/bson/tinybson.h b/apps/systemlib/bson/tinybson.h index 05bae007b2..6b92e61ef9 100644 --- a/apps/systemlib/bson/tinybson.h +++ b/apps/systemlib/bson/tinybson.h @@ -34,7 +34,7 @@ /** * @file tinybson.h * - * A simple subset SAX-style BSON parser and generator. + * A simple subset SAX-style BSON parser and generator. See http://bsonspec.org * * Some types and defines taken from the standalone BSON parser/generator * in the Mongo C connector.