From 0598b57b92fc211b243fa749cc5f745a49eb3823 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Tue, 7 Jun 2022 20:45:39 +0800 Subject: [PATCH] update docs Signed-off-by: Annie_wang --- en/device-dev/driver/driver-platform-hdmi-des.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/driver/driver-platform-hdmi-des.md b/en/device-dev/driver/driver-platform-hdmi-des.md index d4630a0632..fa1e7e03d9 100644 --- a/en/device-dev/driver/driver-platform-hdmi-des.md +++ b/en/device-dev/driver/driver-platform-hdmi-des.md @@ -260,7 +260,7 @@ int32_t HdmiSetHdrAttribute(DevHandle handle, struct HdmiHdrAttr *attr); | Parameter | Description | | ---------- | -------------- | | handle | HDMI controller handle.| -| attr | Pinter to the HDR attributes | +| attr | Pointer to the HDR attributes | | **Return Value**| **Description**| | 0 | The operation is successful. | | Negative value | The operation failed. | -- GitLab