mirror of
				https://github.com/eledio-devices/thirdparty-littlefs.git
				synced 2025-10-31 08:42:40 +01:00 
			
		
		
		
	Merge pull request #135 from johnlunney/patch-1
Add missing word (and reflow text)
This commit is contained in:
		| @@ -111,9 +111,9 @@ filesystem until sync or close is called on the file. | |||||||
|  |  | ||||||
| ## Other notes | ## Other notes | ||||||
|  |  | ||||||
| All littlefs have the potential to return a negative error code. The errors | All littlefs calls have the potential to return a negative error code. The  | ||||||
| can be either one of those found in the `enum lfs_error` in [lfs.h](lfs.h), | errors can be either one of those found in the `enum lfs_error` in  | ||||||
| or an error returned by the user's block device operations. | [lfs.h](lfs.h), or an error returned by the user's block device operations. | ||||||
|  |  | ||||||
| In the configuration struct, the `prog` and `erase` function provided by the | In the configuration struct, the `prog` and `erase` function provided by the | ||||||
| user may return a `LFS_ERR_CORRUPT` error if the implementation already can | user may return a `LFS_ERR_CORRUPT` error if the implementation already can | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user