[Spice-devel] [cacard 2/7] Fix 'arguemnts' typo

Christophe Fergeau cfergeau at redhat.com
Fri Aug 10 08:04:24 UTC 2018


Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
---
 src/simpletlv.c | 2 +-
 src/simpletlv.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/simpletlv.c b/src/simpletlv.c
index 2f7618d..30eb571 100644
--- a/src/simpletlv.c
+++ b/src/simpletlv.c
@@ -241,7 +241,7 @@ simpletlv_read_tag(unsigned char **buf, size_t buflen, unsigned char *tag_out,
 /*
  * Merges two structures into one, creating a new shallow copy of both
  * of the structures.
- * Resulting length is the sum of  a_len  and  b_len  arguemnts.
+ * Resulting length is the sum of  a_len  and  b_len  arguments.
  */
 struct simpletlv_member *
 simpletlv_merge(const struct simpletlv_member *a, size_t a_len,
diff --git a/src/simpletlv.h b/src/simpletlv.h
index 23a86d5..bf785e4 100644
--- a/src/simpletlv.h
+++ b/src/simpletlv.h
@@ -65,7 +65,7 @@ simpletlv_free(struct simpletlv_member *tlv, size_t tlvlen);
 /*
  * Merges two structures into one, creating a new shallow copy of both
  * of the structures.
- * Resulting length is the sum of  a_len  and  b_len  arguemnts.
+ * Resulting length is the sum of  a_len  and  b_len  arguments.
  */
 struct simpletlv_member *
 simpletlv_merge(const struct simpletlv_member *a, size_t a_len,
-- 
2.17.1



More information about the Spice-devel mailing list