[Spice-devel] [PATCH] Fix typo in comment

Jonathon Jongsma jjongsma at redhat.com
Mon May 23 19:38:49 UTC 2016


Acked-by: Jonathon Jongsma <jjongsma at redhat.com>

On Thu, 2016-05-19 at 11:21 +0100, Frediano Ziglio wrote:
> Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
> ---
>  server/red-replay-qxl.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/server/red-replay-qxl.c b/server/red-replay-qxl.c
> index 281bc7a..60e4183 100644
> --- a/server/red-replay-qxl.c
> +++ b/server/red-replay-qxl.c
> @@ -1171,7 +1171,7 @@ SPICE_GNUC_VISIBLE void
> spice_replay_free_cmd(SpiceReplay *replay, QXLCommandExt
>  
>      switch (cmd->cmd.type) {
>      case QXL_CMD_DRAW: {
> -        // FIXME: compat flag must be save somewhere...
> +        // FIXME: compat flag must be saved somewhere...
>          spice_return_if_fail(cmd->flags == 0);
>          QXLDrawable *qxl = QXLPHYSICAL_TO_PTR(cmd->cmd.data);
>          red_replay_native_drawable_free(replay, qxl, cmd->flags);


More information about the Spice-devel mailing list