Skip to content
Snippets Groups Projects
Commit 292ba896 authored by przydatek's avatar przydatek Committed by Charles Lee
Browse files

Fixing typos in comments.

PiperOrigin-RevId: 240532901
GitOrigin-RevId: 203cb159742118fcad7438fd335627d6553a3d65
parent 2fd67c92
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ namespace subtle {
// - segment_0 is shorter, so that segment_0, the header and other information
// of size get_ciphertext_offset() align with get_ciphertext_segment_size().
//
// The of the header is
// The format of the header is
// header_size || salt || nonce_prefix
// where
// - header_size is 1 byte determining the size of the header
......
......@@ -44,7 +44,7 @@ namespace subtle {
// - segment_0 is shorter, so that segment_0, the header and other information
// of size get_ciphertext_offset() align with get_ciphertext_segment_size().
//
// The of the header is
// The format of the header is
// header_size || salt || nonce_prefix
// where
// - header_size is 1 byte determining the size of the header
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment