summaryrefslogtreecommitdiff
path: root/zig-tlv-encoding/main.zig
diff options
context:
space:
mode:
Diffstat (limited to 'zig-tlv-encoding/main.zig')
-rw-r--r--zig-tlv-encoding/main.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/zig-tlv-encoding/main.zig b/zig-tlv-encoding/main.zig
index b7b5599..1373473 100644
--- a/zig-tlv-encoding/main.zig
+++ b/zig-tlv-encoding/main.zig
@@ -2,7 +2,7 @@
2// Real world example: https://www.rfc-editor.org/rfc/rfc8609 2// Real world example: https://www.rfc-editor.org/rfc/rfc8609
3// Cool article: https://www.huy.rocks/everyday/12-11-2022-zig-using-zig-for-advent-of-code 3// Cool article: https://www.huy.rocks/everyday/12-11-2022-zig-using-zig-for-advent-of-code
4 4
5// Dummy TLV spec for encoding Linux devicei information 5// Dummy TLV spec for encoding Linux device information
6// 6//
7// Packet specification 7// Packet specification
8// 1byte ... Tag 8// 1byte ... Tag