Skip to content

Commit 1e32d82

Browse files
VegOwOtenkshasufell
authored andcommitted
Remove the confusig comma at the end of the line
1 parent f9bdbd1 commit 1e32d82

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

System/Posix/Files.hsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ access name flags =
245245
-- | @getFileStatus path@ retrieves the @FileStatus@ information (user ID,
246246
-- size, access times, etc.) for the file @path@.
247247
--
248-
-- 'getFileStatus' dereferences symbolic links, to retrieve the status of a symlink,
248+
-- 'getFileStatus' dereferences symbolic links, to retrieve the status of a symlink
249249
-- use 'getSymbolicLinkStatus' instead.
250250
--
251251
-- Note: calls @stat@.

System/Posix/Files/ByteString.hsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ access name flags =
240240
-- | @getFileStatus path@ calls gets the @FileStatus@ information (user ID,
241241
-- size, access times, etc.) for the file @path@.
242242
--
243-
-- 'getFileStatus' dereferences symbolic links, to retrieve the status of a symlink,
243+
-- 'getFileStatus' dereferences symbolic links, to retrieve the status of a symlink
244244
-- use 'getSymbolicLinkStatus' instead.
245245
--
246246
-- Note: calls @stat@.

System/Posix/Files/PosixString.hsc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ access name flags =
239239
-- | @getFileStatus path@ calls gets the @FileStatus@ information (user ID,
240240
-- size, access times, etc.) for the file @path@.
241241
--
242-
-- 'getFileStatus' dereferences symbolic links, to retrieve the status of a symlink,
242+
-- 'getFileStatus' dereferences symbolic links, to retrieve the status of a symlink
243243
-- use 'getSymbolicLinkStatus' instead.
244244
--
245245
-- Note: calls @stat@.

0 commit comments

Comments
 (0)