From 667bedad3d3300edecd413510d29aa73f72ecac4 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Thu, 2 Dec 2021 04:03:24 +0100 Subject: [PATCH] Fix stale comment referencing s_write s_write is no more since 887867201 (Switch screen.h free functions to member functions on screen_t, 2021-09-21). --- src/reader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reader.cpp b/src/reader.cpp index 541341045..8300e86fa 100644 --- a/src/reader.cpp +++ b/src/reader.cpp @@ -565,7 +565,7 @@ struct selection_data_t { bool operator!=(const selection_data_t &rhs) const { return !(*this == rhs); } }; -/// A value-type struct representing a layout from which we can call to s_write(). +/// A value-type struct representing a layout that can be rendered. /// The intent is that everything we send to the screen is encapsulated in this struct. struct layout_data_t { /// Text of the command line.