Skip to content

Commit

Permalink
Fix a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Song Muchun committed Mar 25, 2019
1 parent 3b6d9cf commit 0cc242a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware/fb_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ unsigned int fb_scan_reverse(struct fb_info *fb_info, unsigned int n,
}

/**
* @offset + @width should range [0, FB_SIZE / 2].
* @width should range [0, FB_COLUMNS].
*/
unsigned int fb_copy(unsigned int offset, const char *src, unsigned int width)
{
Expand Down

0 comments on commit 0cc242a

Please sign in to comment.