Commit 2901efa0 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

fs: fix accidental C code in comment

Thanks to https://github.com/likeazir for spotting this

Change-Id: I0952482886cfadb23c723d89a64fd4ced1b57c92
parent b1f2f0a5
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
// To create a file system, you should first define types for the // To create a file system, you should first define types for the
// nodes of the file system tree. // nodes of the file system tree.
// //
// struct myNode { // type myNode struct {
// fs.Inode // fs.Inode
// } // }
// //
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment