Clean up comments.

This commit is contained in:
Warren Toomey
2016-03-11 22:31:40 +10:00
parent e7d04b5dee
commit f3dad7916b
2 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
# Prototype file for PDP-7 Unix filesystem layout # Prototype file for PDP-7 Unix filesystem layout
# #
# Entries are one of: # Entries are one of:
# filename f[r-][w-][r-][r-] uid local_file_to_insert # filename f[r-][w-][r-][w-] uid local_file_to_insert
# dirname d[r-][w-][r-][r-] uid [inumber] # dirname d[r-][w-][r-][w-] uid [inumber]
# device i[r-][w-][r-][r-] uid inumber # device i[r-][w-][r-][w-] uid inumber
# link l---- inumber # link l---- inumber
# #
# The top directory's name is ignored # The top directory's name is ignored
+1 -1
View File
@@ -84,7 +84,7 @@ sub init_freelist {
# Set up a block with nine free block numbers in it, # Set up a block with nine free block numbers in it,
# plus a pointer to the next block in the free list. # plus a pointer to the next block in the free list.
# Return the block number of this block with nine free block numbers # Return the block number of this block with nine free block numbers
# or 0 if we did not set up out a block. # or 0 if we did not set up a block.
# The argument is only used to make the debug output pleasing # The argument is only used to make the debug output pleasing
sub write_freelist { sub write_freelist {
no warnings 'recursion'; no warnings 'recursion';