diff options
Diffstat (limited to 'include/o3tl')
-rw-r--r-- | include/o3tl/lazy_update.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/o3tl/lazy_update.hxx b/include/o3tl/lazy_update.hxx index b05bda37ba40..192df24ca9f2 100644 --- a/include/o3tl/lazy_update.hxx +++ b/include/o3tl/lazy_update.hxx @@ -29,7 +29,7 @@ namespace o3tl This template collects data in input type, and updates the output type with the given update functor, but only if the - output is requested. Usefl if updating is expensive, or input + output is requested. Useful if updating is expensive, or input changes frequently, but output is only comparatively seldom used. |