aboutsummaryrefslogtreecommitdiff
path: root/src/value.zig
diff options
context:
space:
mode:
authorVeikka Tuominen <git@vexu.eu>2022-12-02 18:46:59 +0200
committerVeikka Tuominen <git@vexu.eu>2022-12-02 18:46:59 +0200
commit59dad43de26a89ca72a97224a171d724dcc6ee41 (patch)
tree63377949939557a1edf03c90be77508051d9354f /src/value.zig
parent86e6acb37b242a60917f5552999d918c24fdf791 (diff)
downloadzig-59dad43de26a89ca72a97224a171d724dcc6ee41.tar.gz
zig-59dad43de26a89ca72a97224a171d724dcc6ee41.zip
Sema: add error for failed assumption about struct having runtime bits
Diffstat (limited to 'src/value.zig')
-rw-r--r--src/value.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/value.zig b/src/value.zig
index be643f65a3..adff60983f 100644
--- a/src/value.zig
+++ b/src/value.zig
@@ -187,7 +187,7 @@ pub const Value = extern union {
bound_fn,
/// The ABI alignment of the payload type.
lazy_align,
- /// The ABI alignment of the payload type.
+ /// The ABI size of the payload type.
lazy_size,
pub const last_no_payload_tag = Tag.empty_array;