Skip to content

Commit bf56dc2

Browse files
Shen Lichuandaeinki
authored andcommitted
drm/exynos: gsc: Fix typo in comment
Replace 'initailization' with 'initialization' in the comment. Signed-off-by: Shen Lichuan <[email protected]> Signed-off-by: Inki Dae <[email protected]>
1 parent bcfe43f commit bf56dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/gpu/drm/exynos/exynos_drm_gsc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ static int gsc_probe(struct platform_device *pdev)
12861286
return ret;
12871287
}
12881288

1289-
/* context initailization */
1289+
/* context initialization */
12901290
ctx->id = pdev->id;
12911291

12921292
platform_set_drvdata(pdev, ctx);

0 commit comments

Comments
 (0)