Commit de5e89b6 authored by Andrew Kreimer's avatar Andrew Kreimer Committed by Helge Deller
Browse files

fbdev: omapfb: Fix typo in comment

parent 4a692109
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -351,7 +351,7 @@ struct omap_hdmi {
	bool audio_configured;
	struct omap_dss_audio audio_config;

	/* This lock should be taken when booleans bellow are touched. */
	/* This lock should be taken when booleans below are touched. */
	spinlock_t audio_playing_lock;
	bool audio_playing;
	bool display_enabled;