aboutsummaryrefslogtreecommitdiff
path: root/src/ProtocolBuffers/ICodedInputStream.cs
diff options
context:
space:
mode:
authorcsharptest <roger@csharptest.net>2011-08-13 18:22:30 -0500
committerrogerk <devnull@localhost>2011-08-13 18:22:30 -0500
commitbde57ffc757f10c105fe6a80b60cbb81b9d72426 (patch)
tree31c6f505f3ccb074655af0f124e93c08f72814ff /src/ProtocolBuffers/ICodedInputStream.cs
parent5ce95b4b480f6a58a522e1326251859d0b363f10 (diff)
downloadprotobuf-bde57ffc757f10c105fe6a80b60cbb81b9d72426.tar.gz
protobuf-bde57ffc757f10c105fe6a80b60cbb81b9d72426.tar.bz2
protobuf-bde57ffc757f10c105fe6a80b60cbb81b9d72426.zip
Cleanup per review comments.
Diffstat (limited to 'src/ProtocolBuffers/ICodedInputStream.cs')
-rw-r--r--src/ProtocolBuffers/ICodedInputStream.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ProtocolBuffers/ICodedInputStream.cs b/src/ProtocolBuffers/ICodedInputStream.cs
index f2360021..1d9d26e3 100644
--- a/src/ProtocolBuffers/ICodedInputStream.cs
+++ b/src/ProtocolBuffers/ICodedInputStream.cs
@@ -177,7 +177,7 @@ namespace Google.ProtocolBuffers
/// <summary>
/// Reads an array of primitive values into the list, if the wire-type of fieldTag is length-prefixed and the
- /// type is numberic, it will read a packed array.
+ /// type is numeric, it will read a packed array.
/// </summary>
[CLSCompliant(false)]
void ReadPrimitiveArray(FieldType fieldType, uint fieldTag, string fieldName, ICollection<object> list);