# HG changeset patch # User Paul Boddie # Date 1693327031 -7200 # Node ID 95953ae6857616c4e3c2dc6365485093dc0efe1b # Parent 3f8778c40b95d385a0f63afaee639e256856f647 Fixed docstring. diff -r 3f8778c40b95 -r 95953ae68576 templates/ops.c --- a/templates/ops.c Tue Aug 29 18:31:24 2023 +0200 +++ b/templates/ops.c Tue Aug 29 18:37:11 2023 +0200 @@ -448,8 +448,8 @@ return copy; } -/* Return a suitable attribute for a local. For locals that support value - replacement, a copied object may be returned in certain cases. +/* Store a suitable attribute in a local. For locals that support value + replacement, a copied object is assigned when initialising the local. NOTE: Only floats are currently supported for value replacement. */ void __set_local(volatile __attr *local, __attr attr)